body{
    background-color:cornflowerblue;
    margin-left:20%;
    margin-right:20%;
}

header{
    background-color:darkcyan;
    border:10px solid black;
}

div{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

h3{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

h1{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align:center;
}

main{
    border:5px solid black;
    border-radius:15px;
    background-color:deepskyblue;
}

p{
    font-size: large;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}