header img {
    height: 80px;
}

body {
    height: 125vh;
    background-color: lightcyan;
    background-size: 1000px;
    font-family: sans-serif;
}

body {
    height: 125vh;
    background-size: cover;
    font-family: sans-serif;
    margin-top: 80px;
    padding: 30px;
}

#topbar {
    width: 100%;
    background-color: navy;
    height: 15vh;
    color: white;
    text-decoration: none;
}

.mail {
    padding: 20px;
    text-align: center;
    height: 20;
    width: 20;
    display: inline-block;
    text-decoration: none;
    color: white;
}

.icon-bar {
  width: 100%;
  background-color: aliceblue;
  overflow: auto;
  text-decoration: none;
}

.icon-bar a {
  float: left;
  text-align: center;
  padding: 20px;
  transition: all 0.3s ease;
  color: black;
  font-size: 19px;
  text-decoration: none;
}

.icon-bar a:hover {
  background-color: aqua;
}

header {
    background-color: #8dd7e7;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    display: flex;
    align-items: center;
}

header * {
    display: inline;
}

header li {
    margin: 20px;
}

header li a {
    color: black;
    text-decoration: none;
}

h1 {
    text-align: center;
    border-bottom: 2px solid black;

}

h2 {
    text-align: center;

}

p {
    text-align: center;
}


h3 {
    text-align: center;

}

h5 {
    text-align: center;

}

form {
    text-align: center;
}

.blurb {
    border-color: black;
    border-width: 2px;
    border-style: solid;
    padding: 30px;
    background-color: #f6e4bd;
}

    

