body {
    margin: 0;
    padding: 40px;
    height: 100%;
    background-image: url('./images/ViktorServer.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-weight: bold;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5); /* Juster opasiteten her for å gjøre bildet mer eller mindre dus */
}