*{
    margin: 0;
    padding: 0;
    font-family: 'soho';
}
body{
    background-color: aliceblue;
}
.center{
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.domein{
    margin-bottom: 15px;
}
a{
    text-decoration: none;
    color: black;
}