body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #26de81;
}

canvas {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.overlay {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 10px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: start;
    align-items: center;
    box-sizing: border-box;
    z-index: 1;
}

h1 {
    font-size: 80px;
    font-weight: 700;
    line-height: 49px;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 0 #efefef,
                 0 1px 0 #efefef,
                 0 1px 0 #efefef,
                 0 4px 0 #373A3A,
                 0 30px 5px rgba(255, 255, 255, 0.1);
}

.logo {
    width: 200px;
    height: auto;
    padding: 10px;
}

@media (max-width: 600px) {
    h1 {
        font-size: 18px;
    }
    .logo {
        width: 100px;
    }
}

h3, p, blockquote, pre {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 15.4px;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

blockquote {
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
}

pre {
    font-size: 13px;
    font-weight: 400;
    line-height: 18.5714px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
    background: rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    z-index: 1;
}

#pip-video {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 320px;
    height: 180px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 999;
    overflow: hidden;
}

#pip-video video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    color: white;
}

.fa:hover {
    opacity: 0.7;
}

.fa-instagram {
    background: #125688;
}

.fa-youtube {
    background: #bb0000;
}

.fa-vimeo {
    background: #45bbff;
}
