body {
	margin: 0;
	padding: 0;
	/* background: cadetblue; */
	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: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 4vmax;
	font-weight: bold;
}
.tekst1a {
	color: black;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 3vmax;
	margin: 5vh 0 0;
}
.tekst2 {
	text-align: center;
	margin: 10px;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 2vmax;
}
.tekst3 {
	color: black;
	text-align: center;
	margin:50px 0 0;
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
}