.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}

img[src="https://cdn.000webhost.com/000webhost/logo/footer-powered-by-000webhost-white2.png"] {
    display: none;
}

#title {
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    font-family: "lato", sans-serif;
    font-weight: 300;
    font-size: 50px;
    letter-spacing: .104166667in;
    margin-top: -.625in;
    padding-left: .625pc;
}

#logo {
    border-radius: 50%;
    width: clamp(150px, 12vw, 500px);
    height: clamp(150px, 12vw, 500px);
}

.column {
    padding-left: .25pc;
    padding-right: 75pt;
}

html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
}

.mbox {
    padding-bottom: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1.25rem;
    padding-left: 1.25rem;
    border-radius: .1875rem;
    border-left-width: 0;
    border-right-width: .0625rem;
    border-bottom-width: .0625rem;
    border-top-width: .0625rem;
    border-left-style: solid;
    border-bottom-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    border-left-color: rgba(0,0,0,.3);
    border-bottom-color: rgba(0,0,0,.3);
    border-right-color: rgba(0,0,0,.3);
    border-top-color: rgba(0,0,0,.3);
    border-image: none;
    color: rgba(255,255,255,.7);
    background-color: rgba(0,0,0,.1);
    font-weight: 400;
    font-size: .8125rem;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    max-width: 90vw;
    min-width: 4cm;
}

* {
    font-family: "Open Sans", sans-serif;
    color: white;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip::after {
    content: attr(data-tooltip);
    position: absolute;
    background-color: #333;
    color: #fff;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: 1;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
}

.tooltip:hover::after {
    opacity: 1;
}

#name {
    font-size: clamp(24px, 4vw, 70px) !important;
    margin: 0.5rem 0;
}

#banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    padding: 1rem;
    gap: 1rem;
    padding-bottom: 4rem;
}

footer {
    position: fixed;
    bottom: 1rem;
    width: 100%;
    font-size: 0.85rem;
    opacity: 0.7;
    text-align: center;
}

.mbox a img {
    width: clamp(40px, 4vw, 90px) !important;
    height: clamp(40px, 4vw, 90px) !important;
    margin-left: clamp(10px, 2vw, 40px) !important;
    margin-right: clamp(10px, 2vw, 40px) !important;
}

body > br {
    display: none;
}