body {
    background-color: hsl(195, 14%, 39%);
}

#MainIMG {
    width: 100vw;
    height: 70vh;
    background-image: url("../Bilder/HVD.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
#MainText {
    padding: 50px;
    font: 900 2.5em Serif;
    color: hsla(0, 0%, 0%, 0.74);
    background-color: hsla(0, 0%, 100%, 0.7);
    border: 1px solid hsla(0, 0%, 100%, 0.9);
    border-radius: 50px;
    box-shadow: 0px 0px 50px hsla(0, 0%, 0%, 0.5);
}

#MainHr {
    color: hsl(0, 0%, 100%);
}