
@import url('https://fonts.googleapis.com/css?family=Abel|Audiowide|Archivo+Black|Teko&subset=latin-ext&Roboto:wght@100;300;400;500;700;900&display=swap');
/*
font-family: 'Abel', sans-serif;
font-family: 'Archivo Black', sans-serif;
font-family: 'Audiowide', cursive;
font-family: 'Teko', sans-serif;
font-family: 'Roboto', sans-serif;
*/

html {
    padding: auto;
    margin: 0;
    overflow-x: hidden;
  }
  
  body {
    padding: auto;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    font-size: 11pt;
    color: rgb(114, 114, 114);
    line-height: 22px;
    letter-spacing: 0.5px;
  }

.mainsection {
    width: 100%;
    max-width: 700px;
    text-align: center;
    margin: auto;
}

h1, h2, h3, h4 {
  color: black;
}

h1 {
  font-size: 24pt;
  letter-spacing: none;
  font-weight: 700;
}

h2 {
  font-size: 18pt;
  letter-spacing: none;
  font-weight: 700;
}

h3 {
  font-size: 12pt;
  letter-spacing: none;
  font-weight: 700;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

p {
    text-align: left;
    margin-bottom: 30px;
    margin-top: 0;
    margin-bottom: 30px;
}