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;

}

#cafe{
    color: #f0d386;
}

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

.container {
    width: 1000px; height: 500px; border: 1px auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    justify-content: space-evenly;

}

h2{
    color: #f0d386;
    font-size: 30pt;
    font-family: phosphate; 
    position: absolute;
    left: 160px;
}

p{
    color: #fce8cd;
    font-size: 13pt;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;

}


/*Flexbox*/

.threecolumns {
    width: 350px; height: 500px; background-color: #527C94; float: left;
    border: 1px solid black;
    padding: 10px;
    margin: 15px;
    border-radius: 20px;
    display: flex;
    justify-content: space-evenly;
   
}
.threecolumns div{
width: 33%;
height: 450px;

}
#tredje{
    position: absolute;
    left: 300px;
}

#rabat{
    font-style: italic;
    position: absolute;
    bottom: -40px;
    left: 55px;
    text-align: center;
    font-size: 12pt;
}