main {
	text-align: center;
}
main h1 {
    text-transform: uppercase;
    font-family: var(--font-m2);
    font-weight: 400;
    font-size: 2em;
    letter-spacing: 0.4em;
    text-indent: 0.4em;
    margin-bottom: 0;
    opacity: 0.7;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 3em 0;
}
footer small {
	font-size: 0.7em;
    opacity: 0.5;
}

@media only screen and (max-width:860px) {
	main h1 {
	    font-size: 3.6vw;
	}
}