@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Schoolbell&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Eater&display=swap');




body {
    text-align: center;
    background: url(sydan.jpg);
    background-repeat: no-repeat;
    background-color: rgb(241, 8, 8);
    background-position: 5px 5px;
    background-size: cover;
    font-size: 200px;
    min-height: 100vh;
    /* 100vh = ikkunan korkeus*/
    margin: 0;
    padding: 80px;


}




.eka {
    font-family: "Pacifico", serif;
    color: rgb(0, 255, 255);
    font-size: 80px;
    margin-top: 300px;
    margin-bottom: -100px;
    text-shadow: 0px 0px 50px #000000;
   
}

.toka {
    font-family: "Schoolbell", serif;
    color: rgb(123, 255, 0);
    font-size: 80px;
    margin-top: 10px;
    margin-bottom: 50px;
}
.kolmas {
    font-family: "Great Vibes", serif;
    color: aliceblue;
    font-size: 80px;
    margin-top: -100px;
    margin-bottom: 40px;

}

.neljas {
    font-family: "Eater", serif;
    color: aquamarine;
    font-size: 80px;
    margin-top: -110px;

   

}