@font-face{
    font-family: Earthbound;
    src: url(earthbound-dialogue.ttf)
}

.heading{
    text-align: center;
    font-size: 50px;
    padding: 20px;
    background-image:linear-gradient( rgba(49, 8, 39, 0.822), rgba(31, 70, 143, 0.493));
    color:antiquewhite
}

.infotext{
    text-align: center;   
}

.buttons{
    padding: 100px;
    scale: 200%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.buttons button{
    height: 100px;
    width: 100px;
}

.gallery a img{
    max-width: 50%;
    height: auto;
    display: block;
    margin: auto;

}

.desc{
    text-align: center;
    font-size: 36px;
    padding: 20px;
    background-image:linear-gradient(rgba(49, 8, 39, 0.822), rgba(31, 70, 143, 0.493));
    color:antiquewhite
}

.descmimi{
    text-align: center;
    font-size: 36px;
    padding: 20px;
    color:antiquewhite;
    width: 500px;
    margin: auto;
    border: 1px solid black;
    background-image:linear-gradient(rgba(145, 137, 255, 0.904), rgb(10, 23, 83));
} 

.descmimi a{
    color:rgb(185, 193, 238)
}

.descestelle{
    text-align: center;
    font-size: 36px;
    padding: 20px;
    color:antiquewhite;
    width: 500px;
    margin: auto;
    border: 1px solid black;
    background-image:linear-gradient(rgb(49, 68, 240), rgba(6, 176, 255, 0.856));
}

