html{
    background: rgb(244,249,255,1);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(244,249,255,1) 100%);
    background-repeat: no-repeat;
    background-size: auto;
    color:#253A8C;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    text-align: left;
    height: 100%;
    min-width:330px;
}
body{
    margin:0px;
    padding: 0px;
}
div{
    margin-top:15vw;
    margin-left:3vw;
    margin-bottom:0;
    margin-right:auto;
}
h1{
    margin:0;
    padding:0;
    font-size: 4em;
}
p{
    margin-top:0.5vw;
    margin-left:2vw;
    margin-bottom: 0;
    margin-right:0;
    padding:0;
    font-size: 1.5em;
}
a:link, a:visited, a:active{
    color:#ED7000;
    text-decoration: none;
  }
a:hover {
    color: #a14c00;
    text-decoration:underline;
}
