
html{
      min-height: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
}

body{
      min-height: 100%;
      margin: 0;
      padding: 0;
      font-family: 'Montserrat', sans-serif;
      line-height: 150%;
      font-size: 14pt;
      color: black;
      height: 100%;
      text-align: center;
      background: url('bg1.webp') center center no-repeat;
      background-size: cover;
}

#top{
      text-align: center;
      font-size: 30pt;
      text-transform: uppercase;
      padding: 100px 0;
      background: #00A0E3;
      color: white;
      cursor: default;
}

.btn{
      margin: 100px auto;
      display: inline-block;
      background: black;
      text-decoration: none;
      font-size: 16pt;
      font-weight: 600;
      color: white;
      padding: 20px 50px;
      text-transform: uppercase;
      cursor: pointer;
}

.btn:hover{
      background: #444;
}