body{margin: 0}
header{
    background-color: darkgray;
    border-radius: 10px;
    color: azure;
    height: 95px;
    border: solid 2px gray;
}

body{
    background-color: dimgray;
    border: solid 1px black;
    border-radius: 10px
}
div{
    float: right
}

div{
    display: inline-block
}

a{
    padding: 7px 10px;
    background-color: black;
    border-radius: 5px;
    border: solid 2px grey;
    color: azure;
    text-decoration: none
}

div a:hover{
    color: blue;
    border: solid 2px blue
}
h2{
    color: azure;
    margin: 20
}
p{color: azure}

li{
    color: azure
}