body {
    background-color: #dddfe1;
    font-family: 'Nunito', sans-serif;
    color: #283443;
}
h1, h2, h3, h4 {
  font-weight: 800;
}
a {
    color: #283443;
    text-decoration-color: #ED0000;
}
a:hover {
    color: #ED0000;
}
.button {
  background: #fe0000;
  font-weight: 800;
}
.button:hover {
  background: #283443;
  color: #fff;
}
.logo img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}