body{
    background: url("../images/gym1.jpg")
    no-repeat center center fixed;
    background-size: cover;
    font-family: "Shrikhand", serif;

        

}
div{
    background-color: #dd4814;
    width: 50%;
    margin: 100px auto;
    text-align: center;
    border-radius: 25px;
    opacity: 0.6;
}
button{
    background:rgb(215, 204, 204);
    padding: 20px;
    color:black;
    font-size:2em;
    border-radius:10px;
}

h1{
    font-size:4em;
}

p{
   font-size:1.8em; 
}

img{
    size: 10px;
    
}