body{
    font-family: Helvetica, Arial, sans-serif;
    background-color: white;
}

h1{
    font-size: 10vh;
}

h1:hover{
    transform: scale(1.075);
    text-shadow: gray 0.1em 0.1em 0.2em;
}

.center{
    margin: auto;
    margin-top: 40vh;
    width: fit-content;
	height: fit-content;
}

