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

body main  > div{
    display: flex;
    height:90vh;
    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{
    width:40%;
    display: flex;
    flex-direction: column;
    margin: 0 0 3% 5%;
    
}


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

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

 main >div > div:first-child > div{
    display: flex;
    flex-direction: row-reverse;
}

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

main > div > div:last-child p {
    font-size: 20px;
    margin-right: 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;
 }
