@import url("https://fonts.googleapis.com/css?family=Comfortaa:300,400,700|Open+Sans:300,400,600,700,800|Source+Sans+Pro:200,300,400,600,700,900");
header { background-color: rgb(255, 255, 255); background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; }
footer { background-color: rgb(19, 42, 64); background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; }
.button { background-color: rgb(19, 42, 64); font-size: 1.3rem; }
h1 { font-family: Comfortaa; color: rgb(16, 28, 28); font-weight: 400; font-size: 2.8rem; }
body { font-family: Comfortaa; font-size: 1.1rem; font-weight: 400; background-color: rgb(6, 166, 232); }
p { color: rgb(27, 46, 46); }
h2, h3, h4, h5, h6 { font-family: comfortaa; }
.InputField, .InputSelect { font-family: comfortaa; }
@media screen and (max-width: 768px) {
  body {
    font-size: 0.9rem;
  }
}