*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
    overflow: hidden;

}

p{
    transform: translateY(15%);
}

body{
    background-size: cover;
    width: 100%;
    height: 100%;
}

h1{
    color: #ffffff;
    font-family: Comic Sans MS;
    font-size: 50px;
    align-items: center;
    text-align: center;
}

h2{
    color: #ffffff;
    font-family: Comic Sans MS;
    font-size: 60px;
    align-items: center;
    text-align: center;
}

h3{
    color: #ffffff;
    font-family: Comic Sans MS;
    font-size: 40px;
    align-items: center;
    text-align: center;
}

h4{
    color: #ffffff;
    font-family: Comic Sans MS;
    font-size: 20px;
    align-items: center;
    text-align: center;
}

a.link{
    text-decoration: none;
    color: white;
}

#elementare{
    background-color: #145A32;
    font-family: Comic Sans MS;
    font-size: 40px;
    border-radius: 15%;
    border: black;
    width: 18%;
    height: 9%;

}
#media{
    background-color: #145A32;
    font-family: Comic Sans MS;
    font-size: 40px;
    border-radius: 15%;
    width: 18%;
    height: 9%;

}
#scuola{
    font-family: Comic Sans MS;
    font-size: 20px;
    color: #ffffff;
}

marquee{
    color: #ffffff;
    font-family: Comic Sans MS;
    font-size: 20px;

}