@import url('https://fonts.googleapis.com/css2?family=Codystar:wght@300;400&family=Flavors&family=Kings&family=Lacquer&family=Metal+Mania&family=Piedra&family=Special+Elite&display=swap');



body {
    margin: auto;
    width: auto;
    text-align: center;
    background-color: black;
    color: white;
    font-family: courier;
    width: 1800px;
    overflow:  hidden;
}

h1 {
    font-family: "Codystar";
    font-size: 40px;
    position: relative;
    bottom: 830px;
    left: 70%;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    width: 500px;
    
}

.header {
    margin-top: 50px;
    width: 100px;
    width: 1800px;
}

#img-load > img {
    width: 1800px;
    margin: auto;
    border: dotted 1px white;
    border-radius: 10px;
}

.entrance {
    margin: auto;
    width: 1800px;
}

.credit {
    font-family: courier;
    width: 500px;
    margin: auto;
    position: relative;
    top: -50%;
}

.counter {
    margin: auto;
    position: relative;
    top: -14vw;
    right: 43vw;
    width: 100px;
}


@media only screen and (max-width: 1500px) {
    body {
    width: 100vw;
    margin: auto;
    }
    
    #img-load > img {
    width: 70vw;
    border: dotted 1px white;
    border-radius: 10px;
}
    .entrance {
    width: 100vw;
}
    .credit {
    font-family: courier;
    width: 200px;
    margin: auto;
    position: relative;

}
    .counter {
        position: relative;
        right: 30%;
        top: -260px;
    }
}
    
@media only screen and (max-width: 500px) { 
    body {
    width: 100vw;
    margin: auto;
    }
    
    #img-load > img {
    width: 100vw;
    border: dotted 1px white;
    border-radius: 10px;
}
    .entrance {
    width: 100vw;
}
    .credit {
    font-family: courier;
    width: 200px;
    margin: auto;
    position: relative;
    top: 0%;
}
    
    .tip {
        width: 5vw;
        font-size: 12px;
    }
}

.tip {
    width: 500px;
    position: relative;
    color: grey;
    margin: auto;
    top: -130px; 
    
}