body{
    background-color: rgb(245,245,245);
}
.domine-lettertype {
    font-family: "Domine", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
  

#subdomeinen{
    text-align: center;
    margin-top: 35px;
}

#subdomeinen a{
    font-size: 25px;
    text-decoration: none;
    padding: 35px;
    color: rgb(83,83,83);
    transition: color 0.5s;
}

#subdomeinen a:hover{
    color: rgb(75,0,120);
    background-color: white;
}

p{
    line-height: 0%;
    text-align: center;
}  

img {
    width: 40%;
}

#naam{
    font-size: 65px;
        color: rgb(83,83,83);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    flex-direction: column;
}

.kleine-p{
    font-size: 2.5rem;
}

footer{
    background-color: rgb(75,0,120);
    color: white;
    padding: 5px 0 5px 0;
    left: 0;
    bottom: 0;
    font-size: 15px;
    width: 100%;
}
