body {
    margin: 0;
    padding: 2px;
    overflow: hidden;
}

.h1{
    text-decoration: orange;
}

#background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

#content-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    text-align: center;
    
}

@media (max-width: 650px) {
    #content-1 {
        position: relative;
        margin-top: 70%;
        border-radius: 0%;
        
    

        
    }
}



#photo {
    width: 110px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.button1 {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    background-color: rgb(236, 11, 218);
    color: white;
    border-radius: 5px;
    margin: 10px;
}

.button2 {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    background-color: rgb(5, 5, 5);
    color: white;
    border-radius: 5px;
    margin: 10px;
}

.button3 {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    background-color: rgb(255, 253, 253);
    color: rgb(0, 0, 0);
    border-radius: 5px;
    margin: 10px;
}
.ButtonP{
    display: relative;
    margin-top: 30px;
    margin-left: 120px;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    background-color: rgb(0, 255, 106);
    color: rgb(0, 0, 0);
    border-radius: 5px;
    margin: 10px;


}


.footer-button {
    text-align: center;
    position: absolute;
    bottom: 170px;
    width: 100%;
    z-index: 5 ;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    padding: 10px;



}