/*utilities*/
*{
    padding:0;
    margin:0 auto;
    box-sizing:border-box;
}
body{
    width:100%;
    height:100%;
    margin:0;
    padding:0;
}
.container_my{
    display:flex;
    flex-wrap:wrap;
    flex-grow:1;
    background-color:rgba(251, 249, 241, 0.651);
    flex-direction:column;
    margin:0;
}
.logo{
    width:35px;
    height:35px;
}

.edu{
    font-family: "Edu QLD Beginner", cursive;
    font-optical-sizing: auto;
    font-weight: 450;
    font-style: normal;
  }
.josefine{
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 450;
    font-style: normal;
}
.prata {
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
}
.head{
    display:flex;
    flex-basis:20%;
    color:rgb(0, 0, 0);
    align-content: center;
    flex-direction: column;
    justify-content: center;
    text-align:center;
}



.box{
    margin:10px;
    background-color: rgb(255, 255, 255);
    padding:5px;
    border-radius:5px;
    font-size:1.2rem;
    font-weight:400;
}
.box:hover{
    background-color: gray;
}

.griglia{
    display:flex;
    justify-content: center;
    border-bottom:2px solid rgba(192, 192, 192, 0.637)
    
}
.info{
    width:40%;
    place-content: start;
    font-size:1rem;
}
a{
    text-decoration: none;
    color:rgb(17, 17, 17);
}
.desc{
    width:80%;
    place-items: center;
    font-size:1.5rem;
}

.footer{
    background-color: rgb(110, 109, 109);
    display:flex;
    color: #ffffff;
    flex-direction: column;
    padding:15px;
    text-align: center;
    font-size:1rem;
}