html,
body {
    font-family: 'Raleway', sans-serif;
    height: 100%;
    background: rgb(221, 70, 52);
    background: linear-gradient(130deg, rgba(221, 70, 52, 1) 0%, rgba(100, 211, 245, 1) 50%, rgba(34, 31, 32, 1) 100%);
}

a, a:hover {
    color: rgba(87, 87, 87, 0.9);
}

.content {
    padding-top: 40px;
}

.brukopy-container {
    padding: 40px 0;
    background-color: rgba(255, 255, 255, 0.75);
}

.brukopy-container img {
    max-width: 160px;
    max-height: 120px;
}

.logo-operator {
    font-size: 2rem;
}

.footer {
    background-color: rgba(255,255,255,0.75);
    font-size: 0.8rem;
}