/* Font */
@font-face {
  font-family: 'Ronzino';
  src: url('fonts/Ronzino-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body {
    font-family: 'Ronzino', Arial, Helvetica, sans-serif;
    font-size: 18px; /* Sets all text to 24px */
    line-height: 1.1;
    margin: 20px; /* 20px margin from all sides */
    background-color: #000000;
    color: #ffffff;
}

/* Remove default margins from elements to avoid extra spacing */
p, h1, header, main, footer {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 18px; 
  font-weight: normal;
  font-style: normal;
}

a {
    font-size: 18px; 
    color: #5c5c5c;
    text-decoration: none;
  font-weight: normal;
  font-style: normal;
}

a:hover {
    text-decoration: none;
}

.outwards-link {
    color: #FFFFFF;
}