/*This stylesheet formats the oage in case that JS is disabled*/
.noscript{
	height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2em;
}

.noscript > p{
    max-width: 75vw;
}

.noscript > h1{
    max-width: 75vw;
}