body{
    background-color: rgb(71, 67, 67);
}
header{
    border-radius: 20px;
    text-align: center;
    background-color: white;
}

footer{
    background-color: white;
    bottom: 0;
    width: 100%;
    border-radius:20px;
    text-align: center;
}
#foto_1{
    width: 75%;
    max-width: fit-content;
    margin-right: 4%;
}
#div_1{
    border-color: black;
    border-style: solid;
    border-radius: 20px;
    padding: 1% ;
    font-size:x-large;
    width: 98%;
    height: auto;
    overflow: auto;
    background-color: white;
}
#div_big{
    border-style: solid;
    border-color:rgb(71, 67, 67);
}
#foto_2{
    width: 40%;
    float: right;
    max-height: fit-content;
}
#top_title{
    border-style: solid;
    background-color: white;
    width:fit-content;
    border-radius: 20px;
    
}