h2, h3, h4, h5, h6  {
    font-family: 'Diavlo Light', sans-serif;
    color: #436184;
}

p {
   font-size: 18pt;
}
submit {
   font-size: 18pt;
}
input {
   font-size: 18pt;
}

#header {
    background-color: lightgrey;
    padding: 10px;
}

h1 {
    font-family: 'Diavlo Light', sans-serif;
    color: #436184;
    padding: 20px;
}

body {
    font-family: sans-serif;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

#content {
    padding: 10px;
    font-size: 14pt;
    line-height: 1.4;
}

#banner {
    text-align: center;
    font-size: 18pt;
}

#laptop {
    text-align: center;
    font-size: 14pt;
    background-color: orange;
}

@font-face {
  font-family: 'Diavlo Light';
  font-style: normal;
  font-weight: 400;
  src: url(/css/fonts/Diavlo_LIGHT_II_37.otf);
}

#link {
  background-color: #444;
  text-align: center;
  font-size: 20pt;
  padding: 1vh 1vw 1vh 1v;
  
}
#link a {
  color: white;
  text-decoration: none;
}
#url a {
  color: black;
  text-decoration: none;
}
#url {
  background-color: lightgrey;
  text-align: center;
  padding: 0.5vh 0.5vw 0.5vh 0.5vw;
}