body{
    background-color: #dcdde1;
}
.first{
width: 100%;
height: 700px
}
.row-btn{
margin-top: -3px;
display: flex;
flex-direction: row;
justify-content: space-around;

}

button{
    width: 150px;
    height: 50px;
    border: 1px solid black;
    background-color: yellow;
    font-weight: bold;
    font-family:Georgia, 'Times New Roman', Times, serif;
    margin-top: 240px;
    border-radius: 15px;
    margin-bottom: 5px;
    cursor: pointer;

}
   .h1{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    margin-top: -555px;
    margin-left: 990px;
    color:white;
  font-size: 60px;
    color:linen;
   
    
    font-weight:bolder;
   }

   h2{
    color: black;
    margin-left: 620px;
    margin-top: 70px;
    text-align: center;
    border: 1px solid black;
    width: 20%;
    background-color: lightcoral;
    border-radius: 9px;
}

.type{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    margin-left: 310px;
    margin-top: 40px;
    border: 1px solid black;
}

.div-1{
    background-color:#3d3d5c
;
    margin-top: -31px
;
}
b{
    color: white;
}
i{
    margin-left: 450px;
}
.b{
    color: black;
}
.intro{
    text-align: center;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h3{
    font-family:Georgia, 'Times New Roman', Times, serif;
}
.warmup{
    text-align: left;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}
ul{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.warmup-img{

    border: 1px solid black;
    border-radius: 10px;
   margin-left: 100px;
   height: 495px;
   
}

@media screen and (max-width:600px){
    .warmup-img{
        margin-left: 50px;
        margin-top: 5px;
    }
}
.warmup-img:hover{
    height: 500px;
    transition: 0.5s;
    box-shadow: 5px 5px 5px 0px black;

}