body,
html {
    margin: 0;
    padding: 0;
}

body {
    font-family: arial;
    background-color: #2b2d39;
    color: #e1ebf4;
}

.landing h2 {
    text-align: center;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #2b2d39;
}

mark {
    background-color: #ffdc74;
}

.landing {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
}
