html {
    height: 100%;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body{
    background-image: url(bg.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    text-align:center;
}
body {
    color: #b6bdc5;
    overflow-x: hidden;
    min-height: 100vh;
    margin: auto;
}
h1{
    color: #FFFFFF;
    font-family: "Raleway", Sans-serif;
    font-size: 7vw;
    font-weight: 600;
    line-height: 1.1em;
    letter-spacing: 0px;
    width: auto;
    max-width: auto;
    margin-top: 30vh;
}