html {
    background-color: #fff;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Arial;
    width: calc(100% - 80px);
    height: 100vh;
    margin: 0;
    text-align: center;
    padding: 0 40px;
}

.logo {
    height: 100px;
    margin: 0 auto;
    width: 100%;
    display:none;
}

.logo img {
    width: 260px;
}

.tekst {
    color: #222;
    margin: 0;
}

p.tekst a {
    color:#222;
    font-weight: bold;
    text-decoration: none;
}

p.mediexpo {
    position: fixed;bottom: 20px;
    
}
