*{
    margin: 0;
    padding:0
}
html, body{
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    height: 100%;
    background: #EEEEF4;
    font-weight: 100;
    user-select: none;
  }
  
  main{
    height: 100%;
    display: flex;
    margin: 0 20px; 
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
    h1{
      font-size: 26px;
      font-weight: 100;
      color: #000;
      margin: 0;
    }

    h2{
      font-size: 16px;
      font-weight: 100;
      margin-top: 0;
      text-align: center;
    }

  
.logo-svg{
    width: 300px;
    display: block;
    margin: 0 auto 15px;
}

@media (min-width: 767px) {
    h1{
        font-size: 3em;
  
        margin: 0;
      }
      h2{
        font-size: 1.5em;

      }
}