html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.main-font {
    font-family: "Instrument Sans", sans-serif;
    color: white;
}

section 
{
    width: 100%;
}

.container
{
    width: 100%;
    max-width: 1300px;
}

.primary-colour
{
    background-color: #005f69;
}

h1 {
    font-family: "Instrument Sans", sans-serif;
    color: #005f69;
}