header {
    height: 100px;
    box-shadow: 10px 10px 18px 0px black;
    border-radius: 0.3cm;
    display: flex;
    justify-content: center;
    align-items: center;
}

header a {
    text-decoration: none;
    margin-top: 20%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

header a:hover {
    text-decoration: underline;
    color: rgb(163, 33, 33);
}

header img {
    size: 20px;
    width: 100px;
}

header img:hover {
    background-color: rgb(163, 33, 33);
}

body {
    background-image: url("assets/img/background.jpg");
    font-family: 'Courier New', Courier, monospace;
}

div {
    background-color: rgba(255, 255, 255, 0.466);
    border-radius: 0.3cm;
    align-items: center;
    justify-content: space-around;
}

p {
    font-family: 'Courier New', Courier, monospace;
}

iframe {
    border-radius: 0.3cm;
}

.splitter {
    display: flex;
}

.element {
    flex: 1;
    margin: auto;
    height: 2cm;
}

h1 {
    text-align: center;
}

.header {
    text-decoration: none;
    margin-top: 20%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

iframe {
    align-self: center;
    width: 100%;
    height: 100%;
}