body {

}
main {
    width:60%; 
    display: inline-block;
    margin-left: 20%; 
    margin-top: 10%; 
    color: black; 
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
img {
    width:35%; 
    
    float:left;

}
div {
    width: 60%; 
    float: right; 
    text-align: center; 
    margin-top: 10%
}

div > h1 {
    font-size: 50px; 
    font-weight: 900;
} 
div > p:nth-of-type(1) {
    text-transform: uppercase; 
    font-weight: bold; 
    color: lightsteelblue;
    font-size:x-large;
}

div > p:nth-of-type(2) {
    color: lightsteelblue ; 
    font-size: large;
}
a {
    font-family:Verdana; border: 4px solid lightsteelblue ; 
    display: inline-block; 
    padding: 10px; 
    padding-right: 20px; 
    padding-left: 20px; 
    text-decoration: none; 
    color: white; background-color:lightsteelblue;
}