body {
    font-family: sans-serif;
    margin: 0;
}

div#bg, iframe[youtube] {
    width: 100vw;
    height: 100vh;

    position:absolute;
    top:0%;
    left: 0%;
    z-index: -1;
    overflow: hidden;
    scrollbar-width: none;
}

iframe[youtube] {
    width: max(100vw, 100vh);
    height: 100vh;
}

.main-wrapper {
    width: 100vw;
    height: 100vh;
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

a {
    color: lightblue;
}

.socials-wrapper {
    height: fit-content;
    width: fit-content;
    display: flex;
    flex-direction: row;
}

.socials-wrapper > div {
    padding: 1em;
}