body{
    background-color: #6eb6c5;
    color:#fce8cd;
    text-align: center;
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
}

nav a{
    color:#fce8cd;
    font-size: 14pt;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    margin-right: 100px;
    margin-left: 40px;
}

#omos{
    color: #f0d386;
}

nav a:hover{
    text-decoration: underline;
    text-decoration-color: #527c94;
    text-decoration-thickness: 3px;
}

h1{
    color: #f0d386;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30pt;
}

p{
    color: #fce8cd;
    font-size: 16pt;
    font-family: Arial, Helvetica, sans-serif;

}

.threecolumns {
    display: flex;
    justify-content: space-evenly;
}

.threecolumns div{
width: 33%;
height: 260px;
}

#første{
    background-image: url(images/møn1.png);
    background-size: 520px;
    background-repeat: no-repeat;
    background-position: left;
    background-position: center;
    position: absolute;
    bottom: -150px;
    left: 0px;
    
}

#anden{
    background-image: url(images/sol.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    width: 200px;
    
}

#tredje{
    background-image: url(images/møn2.png);
    background-size: 320px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -150px;
    right: -150px;
    
}