*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;



}

body{
    background-image: url("../img/little_body.png");
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

main{
    min-height: 80vh;
}

.smallTime{
    margin: 5%;
        font-family: "Electrolize", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 70px;
    color: transparent;
    text-shadow: 10px 10px 10px aqua;

}