@import url('https://fonts.googleapis.com/css2?family=Jacquard+24&display=swap');

html, div, iframe, h2, body {
    margin: 0px; 
    border: none;
}
.flex-container { 
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}
body {
    color: white;
    font-family: "Jacquard 24";
    text-align: center;
}

html {
    background-image: url('snow bg.gif')
}
h1 {
    font-size: 90px;
}

h2 {
    font-size: 50px;
}

p {
    font-size: 20px;
}