body {
    font-family: 'Trebuchet MS';
    background-color: black;
    margin: 0;
    margin: 0px;
}

video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.wrapper {
    position: relative;
    display: flex;
    height: 100vh;
    width: 100vw;
    color: white;
    background: #0009;
    align-items: center;
    z-index: 3;
    flex-direction: column;
    justify-content: space-evenly;
}

.column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.row {
    display: flex;
    width: 100%;
    align-items: baseline;
    justify-content: space-around;
}
.more-info{
    gap: 3px;
}

,more-info p{
    display: flex;
    width: 50%
}

.more-info .column{
    align-items: baseline;
    width:50%;
    padding: 0 0 0 30px;
}

h1 {
    font-size: 33pt;
    margin: 0px;
}

a {
    color: #fe9246;
    text-decoration: none;
    transition: all 0.3s;
    border-bottom: 2px solid #0000;
}

a:hover {
    color: #fbad78;
    border-color: #fbad78;
}

p {
    font-size: 12pt;
    margin: 0px;
}

div {
    font-size: 22pt;
}

.more-info h2{
    font-size: 20pt;
    margin: 0px;
}
