html, body {
    margin: 0;
}

body {
    opacity: .5;
    animation: fadeIn .5s forwards;
}

@keyframes fadeIn {
    to { opacity: 1; }
}

#logo {
    width: 180px;
    height: 50px;
    margin-top: 5px;
}

#balk, #balk2 {
    display: flex;
    align-items: center;
    border: double cornflowerblue;
    color: black;
    background-color: cornflowerblue;
}

#balk {
    flex-direction: row;
    justify-content: space-evenly;
}

#balk2 {
    padding: 1px;
}

.ref, .ref2 {
    display: flex;
    align-items: center;
    margin: 1px;
    padding: 1px;
    text-decoration: none;
    font-family: 'Courier New', Courier, monospace;
}

.ref {
    color: black;
}

.ref:hover {
    color: orangered;
}

.ref2 {
    justify-content: center;
    color: rgb(212, 200, 200);
}

.knop {
    display: flex;
    align-items: center;
    background-color: rgb(150, 187, 255);
    border-radius: 5px;
    padding: 1px;
    margin: 1px;
    height: 25px;
}

.his {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Copperplate, Papyrus, fantasy;
}

table {
    border-collapse: collapse;
    width: 100%;
    border-radius: 10px;
}

th, td {
    border: 1px solid black;
    padding: 10px;
    border-radius: 5px;
}

#Tdiv {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid black;
}


.container1, .container2, .container3, .container5 {
    display: flex;
    flex-direction: column;
    color: black;
    background-color: rgb(212, 200, 200);
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
    margin-top: 5px;
    opacity: 95%;
    height: fit-content;
}

.container1 {
    width: 40%;
}

.container2 {
    width: auto;
    padding: 10px;
}

.container3 {
    width: 50%;
    padding: 10px;
}

.container4 {
    display: flex;
    flex-direction: column;
    color: rgb(212, 200, 200);
    background-color: rgb(34, 31, 31);
    width: 100%;
    padding-top: 2cm;
    padding-bottom: 1cm;
    margin-top: 5px;
    height: fit-content;
}

.container5 {
    width: 50%;
}

h1, h2, h3, p {
    font-family: 'Courier New', Courier, monospace;
    margin-top: 2px;
    margin-bottom: 5px;
}

h1 {
    color: black;
    margin-top: 5px;
    margin-bottom: 5px;
}

h3 {
    margin-bottom: 4px;
}

p {
    color: black;
    padding: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.1;
}

#boven {
    display: flex;
    justify-content: space-between;
}

#intro {
    margin-right: 5cm;
    border-radius: 10px;
    margin-top: 5px;
    transition: transform .3s;
}

#intro:hover {
    transform: scale(1.1) rotate(5deg);
}

#oo {
    background-image: url('./informatica.jpg');
    background-size: cover;
    background-position: center;
    width: auto;
    height: 300px;
}

.achtergrond1 {
    background-image: url('./security.jpg');
    background-size: cover;
    background-position: center;
    height: auto;
}

.achtergrond2 {
    background-image: url('./informatica.jpg');
    background-size: cover;
    background-position: center;
    height: auto;
}

#six, #G {
    display: flex;
    justify-content: center;
}

#six {
    color: azure;
}

#G {
    margin-bottom: 15px;
}

#midden, #flx {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#midden {
    width: 10%;
}

#row {
    display: flex;
    flex-direction: row;
}

#column {
    display: flex;
    flex-direction: column;
}

#fingerscan {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}