body{
    margin: 0;
    padding: 0;
}

h1{
    color: darkgreen;
    font-family: "American Typewriter";
    font-size: 400%
}

h1{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

a{
    color: darkgreen;
    font-family: Inter;
    font-size: 150%;
}

.mathildeOverskrift{
    background-color: antiquewhite;
    padding: 4%;
    margin: 0;
}


.brødtekst{
    color: darkolivegreen;
    font-family: Inter;
}
.brødtekst{
    display: flex;
    justify-content: center;
}

.Theo{
    border-radius: 50px;
    display: flex;
    justify-self: center;

}


.udklædningOverskrift{
    background-color: antiquewhite;
    padding: 4%;
    margin: 0;
}