body{
    background-color: rgb(71, 67, 67);
}
header{
    border-radius: 20px;
    text-align: center;
    background-color: white;
}
footer{
    background-color: white;
    position: fixed;
    bottom: 0;
    width: 80%;
    margin-left: 10%;
    border-radius:20px;
    text-align: center;
}
#foto_1{
    width: 75%;
    max-width: fit-content;
    margin-right: 4%;
}
#div_1{
    border-style:solid;
    font-size: x-large;
    background-color:  white;
    border-radius: 20px;
    
}
#div_1_1{
    border-style:solid;
    font-size: x-large;
    background-color:  white;
    border-radius: 20px;
    visibility: hidden;
    display: none;
}
#div_2{
    border-style:solid;
    font-size: x-large;
    background-color:  white;
    border-radius: 20px;
    
}

#top_title{
    border-style: solid;
    background-color:  white;
    width:fit-content;
    border-radius: 20px;
    
}
@media screen and (max-width:500px){
    #div_1_1{
        visibility: visible;
        display:block;
        border-style:solid;
        font-size: x-large;
        background-color:  white;
        border-radius: 20px;
        
    }
    #div_1{
        border-style:solid;
        font-size: x-large;
        background-color:  white;
        border-radius: 20px;
        visibility: hidden;
        display: none;
    }
}