body {
    background-color: #103854;
    color: #ebbd8a;
    font-size: 20px;
    padding: 20px;
    padding-top: 100px;
}

.info-blokk {
    font-size: 18px;
    margin-bottom: 50px;
}

a {
    color: #ebbd8a !important;
    text-decoration: none !important;
}

@media (max-width: 767px) {
    body {
        padding-top: 40px;
    }
}