body {
	margin: 0;
	padding: 0;
	background: cornflowerblue;
	color: white;
/*    -webkit-animation: bgcolor 50s infinite;
      animation: bgcolor 50s infinite;
      -webkit-animation-direction: alternate;
      animation-direction: alternate;
}
@keyframes bgcolor {
    0% {
        background-color: #45a3e5
    }

    30% {
        background-color: #66bf39
    }

    60% {
        background-color: #eb670f
    }

    90% {
        background-color: #f35
    }

    100% {
        background-color: #864cbf
    }
}

.frontpage1 {
	display: grid;
	justify-items: center;
	align-items: center;
	height: 90vh;
}
.frontpage2 {
	display: grid;
	justify-items: center;
	align-items: center;
}
.tekst1 {
	text-align: center;
	margin: 0;
	font-family: Courier New, Courier, Monospace;
	font-size: 48px;
}
.tekst2 {
	text-align: center;
	margin: 10px;
	font-family: Courier New, Courier, Monospace;
	font-size: 36px;
}
.tekst3 {
	text-align: center;
	margin:50px 0 0;
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
} */