#bgVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

#bgZoomIn {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -2;
}

#bgZoomOut {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -3;
}

#overlay {
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: -1;
    right: 0;
    bottom: 0;
}

#content {
    width: 100%;
    font-family:'Courier New', Courier, monospace;
    min-width: 100%;
    min-height: 100%;
}

h1 {
    padding: 1%;
}

p {
    padding: 1%;
}

#work {
    display: none;
    padding: 2%;
}

a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1%;
    font-weight: 600;
    font-size: 22pt;
}

h1 {
    font-size: 46pt;
}

.bg {
    background-image: linear-gradient(rgb(153, 91, 5), rgb(221, 179, 9));
    background-attachment: fixed;
}

#videoContainer {
    position: relative;
}

#aboutMeButton {
    width: 200px;
    font-size: 24pt;
    padding: 10px;
    background: #000;
    color: #fff;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 500;
}

#aboutMeButton:hover {
    background: #ddd;
    color: black;
}

#description {
    font-size: 28pt;
    font-weight: 600;
}
