html, body {
    height: 100%;
    overflow: hidden;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    
}
body {
    background-image: url(Pushup.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    

}

.container{
    margin: auto;
    max-width: max-content;
    width: 100%;
    justify-content: center;
    align-content: center;
    background: rgba(255, 255, 255, 0.384);
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.btn1 button{
    display: flex;
    justify-content: center;
    margin: auto;
    width: 200px;
    background: blueviolet;
    color: turquoise;
    border-radius: 3px;
    border-color: rgba(0, 0, 0, 0);
    border-width: 1px;
    padding-bottom: 10px;
    padding-top: 10px;

}

.btn2 button{
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: 50px;
    width: 200px;
    background: rgb(171, 226, 43);
    color: rgb(0, 0, 0);
    border-radius: 3px;
    border-color: rgba(0, 0, 0, 0);
    border-width: 1px;
    padding-bottom: 10px;
    padding-top: 10px;

}

footer{
    display: flex;
    justify-content: center;
    margin-top: 30%;
    color: aqua;
}
