@font-face {
    font-family: 'Milker';
    src: url(Milker.otf);
}
@font-face {
    font-family: 'LuckiestGuy';
    src: url(LuckiestGuy.ttf);
}
@font-face {
    font-family: 'Fredoka';
    src: url(fredoka-one.ttf);
}
body,html {
    background-image: linear-gradient(rgb(0, 140, 255), rgb(70, 170, 255));
    text-align: center;
    font-family: sans-serif;
    scroll-behavior: smooth;
    margin: 0;
}
body::-webkit-scrollbar {
  display: none;
}
.head {
    display: grid;
    place-items: center;
    background-color: rgb(75, 175, 255);
    height: 10%;
    width: 65%;
    border-width: 4px;
    border-color: rgb(60, 160, 255);
    border-radius: 30px;
    border-style: solid;
    position: fixed;
    translate: -50% -50%;
    top: 7%;
    left: 50%;
    font-family: Impact, fantasy;
    font-size: 3em;
    z-index: 10;
}
.center {
    text-align: center;
    font-size: 17px;
    text-decoration: none;
    position: fixed;
    translate: -50% -0%;
    top: 12.5%;
    left: 50%;
    z-index: 10;
}
.underline:link, .underline:active, .underline:visited {
    text-decoration: none;
    color: black;
    margin-left: 17px;
}
.underline:hover {
    text-decoration: underline;
    color: white;
}
.letter {
    font-family: 'Fredoka';
    font-weight: 100;
}
.letter-span {
    position: fixed;
    translate: -50% -50%;
    top: 52%;
    left: 5%;
    text-align: center;
    z-index: 0;
    font-size: 16px;
    z-index: 10;
}
.letter-link {
    color: white;
    text-decoration: none;
}
.letter-link:hover {
    color: black;
    text-decoration: underline;
}
.city {
    color: black;
    text-decoration: underline;
}
.city:hover {
    color: white;
    text-decoration: underline;
}
.fast {
    font-size: 18px;
}
.circle {
    position: fixed;
    translate: -50% -50%;
    top: 57.5%;
    left: 50.1%;
    z-index: 5;
    pointer-events: none;
}
.div1 {
    position: fixed;
    translate: -50% -0%;
    top: 0%;
    left: 50%;
    height: 302px; 
    width: 100%;
    background: linear-gradient(rgb(0, 140, 255), rgb(3, 141, 255));
    z-index: 4;
}
.div2 {
    position: fixed;
    translate: -50% -0%;
    bottom: 0%;
    left: 50%;
    height: 114px; 
    width: 100%;
    background: linear-gradient(rgb(14, 146, 255), rgb(9, 145, 255));
    z-index: 4;
}
.div3 {
    position: fixed;
    translate: -50% -50%;
    top: 50%;
    left: 50%;
    height: 100%; 
    width: 100%;
    background: linear-gradient(rgb(0, 140, 255), rgb(9, 145, 255));
    z-index: 1;
}
.city-span {
    position: relative;
    translate: -50% 0%;
    top: 250px;
    height: 0%;
    left: 0%;
    z-index: 2;
}