@font-face { font-family: Izzysans; src: url('izzysansfixed-Regular.otf'); } 

body {
    
    font-family: "Izzysans", sans-serif;
    margin: 0;
	text-align: center;
	background-image: url("THE_TRAPPED.png");
	background-size: 100% 100%;
}

main {
    margin: 50;
}

.bottom {
    margin: 0 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    pointer-events: none;
}

.snowflake {
    margin: 0 0;
    position: relative;
    bottom: 0;
    width: 100%;

}

/*All Text Options
*/

h1 {
    font-size: 64;
}

h2 {
    font-size: 32;
}