* {
  font-family: Roboto, sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  max-width: 1200px;
  width: 60%;
  margin-top: 15px;
}

h3 {
  font-size: 20px;
  font-weight: 500;
}

p, ul {
  width: 100%;
}

ul {
  margin: 0;
}

.blue-separator {
  border-top: 2px solid #2a6395;
  height: 15px;
  width: 100%;
}

img {
  display: inline-block;
  height: 32px;
  width: 32px;
  margin-right: 10px;
}

#header-wrapper {
  display: flex;
  align-items: center;
  height: 45px;
  width: 100%;  
  margin-left: 10px;
}

a {
    color: #0645ad;
    text-decoration: none;
}
