/* styles.css */
h1 {
  color: #BD3039;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

body {
  background-color: #DDEAF0;
}

.navbar-logo {
  max-height: 80px;
}