
html{
    overflow-y: auto !important;
    font-family: "Roboto", serif;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    height: fit-content;
    background-color: rgb(30, 30, 32);
    background-image: url("../img/vrachtwagen.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.block {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    box-shadow: rgb(0, 0, 0) 0px 0px 10px 0px;
    background-color: white;
    width: 500px;
    min-height: 170px;
    margin: 0px auto;
    margin-top: 15%;
    border-radius: 3px;
}

.block-head {
    margin: 1%;
}

.block-head h1 {
    text-align: center;
    color: rgb(131, 131, 131);
    font-size: 22px;
    padding-top: 15px;
    font-weight: normal;
    text-shadow: 1px 1px 1px white;
    cursor: default;
}

.block-head span {
    color: #1F95e5;
}

.block-content th {
    color: black;
}

.block-content p {
    text-align: center;
    margin-left: 5%;
}

.btn {
    color: white;
    background-color: #1F95e5;
    border-color: #000000;
    float: right;
    margin-top:5px;
    margin-bottom: 2%;
    margin-right: 3%;
    line-height: 1.428571429;
    text-align: center;
    padding: 6px 12px;
    border: 1px solid #adadad;
    border-radius: 4px;
    white-space: nowrap;
    user-select: none;
    font-family: inherit;
    cursor: pointer;
}

.btn:hover {
    background-color: #207fbe;
}

.Link_Btn {
    color: #333333;
    background-color: #ffffff;
    padding: 6px 12px;
    text-decoration: none;
    display: inline-block; 
}

.Link_Btn:hover {
    background-color: #58585838;
}