* {
   cursor: crosshair;

}

@font-face {
  font-family: "Nimbus";
  src:url(./font/nimbus-sans-l_regular-condensed.ttf) format("truetype"),

}

html {
    scroll-behavior: smooth;
    overflow: hidden;
    margin: 10px;
    text-align: center;
    font-size: 20pt;
    font-family: Nimbus;
    line-height: 25pt;
}


.content {
display: grid;
align-items: center;
}

.cenimg {
    display: flex;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    height: 520px;
}

.centext {
    display: flex;
    justify-content:center;
    background-color: white;
    height: 50px;
    margin-top: 1vh;;

}

.cenimg img{
    width: 400px;
    position: fixed;
}

.anim {
    opacity: 0.1;
    transition: opacity 0.4s ease 0.2s;
}

.anim:hover {
    opacity: 0.7;
}


a {
    color: red;
    text-decoration: none; 
    cursor: pointer;



a:hover {
    text-decoration: underline;
    color: red;

}

a:visited {
    color: #0066cc; 
}

}

@media screen (min-with: 750px;) {

}