
:root{
    font-size:16px;
  }

body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}




h1{

    font-weight: 100;
    font-size: 2.5rem;
    margin-bottom: 2em;
    margin-top:4em;

}

.container{
    display: flex;
    justify-content: center;
    min-height: 90vh;
    margin-left:2em;
}

p.googleTerms{
    font-size:1.4em;
}


@media  (max-width: 600px) {
    :root{
        font-size: 0.8rem;
      }

}