body {
    color: darkslategrey;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 30%;
    margin-left: 10%;


}

header {
    font-size: 4em;
    font-weight: bold;
}

h1 {
    font-weight: lighter;
    font-style: italic;
    text-transform: uppercase;
    text-align: right;
    color: steelblue;
}

h2 {
    background-color: steelblue;
    margin-left: 10%;
    margin-right: 50%;
    text-align: center;
    margin-top: 3em;
    margin-bottom: 3em;

}

.special {
    font-weight: bold;
    color: black;

}
a:link {
    color: white;
    text-decoration: none;
  }
  a:visited {
    color: rgb(152, 213, 214);
    text-decoration: none;
  }
  
  a:hover {
    color: black;
    text-decoration: none;
  }
  
  a:active {
    color: black;
    text-decoration: none;
  }

a.email:link {
    color: cornflowerblue;
}

footer {
    font-size: small;
    color: cornflowerblue;
    position: absolute;
    bottom: 5px;
}

img {
    float: right;
}