body {
    background-image: url('/Content/custom/img/dios_bgimg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: auto;
    width: auto;
    background-attachment: fixed;
}

header {
    left: 0;
    top: 0;
    width: 100%;
    padding: 20px;
}

.button {
    display: flex;
    flex-wrap: nowrap;
    justify-content: end;
    margin-right: 23px;
    padding-top: 20px;
}

    .button a {
        text-decoration: none;
        background: transparent;
        color: #ffffff;
        padding: 5px 25px;
        font-size: 18px;
    }

        .button a:hover {
            color: #ffffff;
        }

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 20px;
}


footer {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    justify-content: left;
    position: fixed;
    left: 0;
    bottom: 9px;
    width: 100%;
    color: white
}

    footer div h3 {
        padding: 10px;
        font-size: medium;
    }
