﻿body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  background-color: #3a6bbf; /* A neutral background for the page itself */
}

*, *::before, *::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}


