body{
    background-color: lightsteelblue;
    background: linear-gradient(180deg, lightsteelblue 10%, rgb(0,105,153) 35%, lightsteelblue 70%);
}

body main  > div{
   display: flex;
   width:90%;
   object-fit: cover;
   margin: auto;
   background-color:seashell;
   background: linear-gradient(180deg, ghostwhite 10%, seashell 50%, ghostwhite 90%);
   border-radius: 30px;
   margin-top: 5%;
   margin-bottom: 5%;

  
}

body > main > div > div:first-child{
   display: flex;
   flex-direction: column;
   margin: 0 0 3% 5%;
   
}


main > div > div:first-child h1{
   text-align: center;
}

main > div img{
   width:50%;
}

main > div > div:first-child > div{
   display: flex;
   flex-flow: row wrap;
   height: auto;
}

main > div > div:first-child > div img:last-child{
    width:100%;
}

main > div > div:last-child {
   margin-left:3%;
}

main > div > div:last-child p {
   font-size: 20px;
   margin-right: 5%;
}

main > div > div:last-child div {
   display:flex;
   flex-direction: row;
   align-items: center;
   margin-top: 10%;
}


main > div > div:last-child > div:last-child{
   display: flex;
   flex-direction: row;
   align-items: center;
   margin-top: 5%;

}

main a {
   display: flex;
   align-items: center;
}

main a p{
   margin-left: 3%;
   font-weight: bold;
   font-size: 20px;
   
}

main a img {
   width: 50px;
   height: auto;
}