*{
    box-sizing: border-box;
    margin: 0;
    font-family: Quicksand;
    color: black;
    letter-spacing: 3%;
}

header{
    background-color: #331e46;
}

body{
    margin: 0;
    background-color: rgb(213, 240, 213);
}

main{
    min-height: 65vh;
    margin: 2em 4em;
}

.logo{
    width: 120px;
    height: auto;
}

.kontakt{
    background-color: rgb(120, 181, 120);
    padding: 1.4em;
    border-radius: 30px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);;
}

h1{
    text-align: center;
    font-size: xx-large;
    margin-bottom: 1.6em;
    padding-top: 1em;
}

p{
    font-size: larger;
    text-align: center;
    padding-bottom: 15px;
}

.interesse{
    padding-bottom: 1.6em;
}

input[type=text], input[type=email]{
    display: flex;
    justify-content: column;
    justify-self: center;
    margin: 2em;
    padding: 1em;
    border-radius: 20px;
    width: 50%;
    font-weight: 900;
}

input[type=checkbox]{
    align-items: center;
}
.samtykke{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 10px;
}

.samtykke p{
    padding-left: 10px;
    padding-top: 14px;
}

button{
    background-color:#331e46;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: bold;
    letter-spacing: 5%;
    display: block;
    margin: 10px auto;
    color: white;
}

.visually-hidden{
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

footer{
    background-color: #331e46;
    min-height: 150px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

footer h2{
    font-style: italic;
    text-align: center;
    color: white;
}