body {
    font-family: 'Oxygen', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #0f0f0f;
    color: #fff;
}

.center-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

h1, h2, h3 {
    margin: 0 0 3px 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

h1 {
    font-weight: 600;
}

h3 {
    font-weight: 500;
}

.email {
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.email a {
    text-decoration: none;
    color: aqua;
}

.email a:hover {
    text-decoration: underline;
}

.row {
    display: flex;
    width: 100%;
    gap: 1vw;
}

.column {
    display: flex;
    flex: 50%;
    justify-content: center;
}

.logo {
    width: 4rem;
}

.textbox {
    background-color: rgba(0,0,0,0.5);
    padding: 30px 50px;
}

#bg-video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    pointer-events: none;
}