.background-image p {
    position: fixed;
    color: rgb(0, 0, 0);
    pointer-events: all;
    text-align: left;
    align-self: center;
    font-size: 8vw;
    white-space: nowrap;
    z-index: 10000;
    background-color: white;
    font-weight: 700;
}

@media (min-width: 40rem) {
    .background-image p {
        font-size: 5rem;
    }
}

header.header {
    position: fixed;
    display: flex;
    justify-content: space-between;
    top: 1.5rem;
    width: calc(100vw - 3rem);
    left: 1.5rem;
    right: 1.5rem;
    max-width: 110rem;
    margin: auto;
    padding: 0;
}

.index-footer {
    position: fixed;
    display: flex;
    justify-content: space-between;
    bottom: 1.5rem;
    width: calc(100vw - 3rem);
    left: 1.5rem;
    right: 1.5rem;
    max-width: 110rem;
    margin: auto;
}

div.background-image img.project-gif {
    max-height: 60vh;
    max-width: 60vw;
    min-width: 20rem;
    top: 0vw;
    left: 0vw;
}

.header {
    background-color: rgba(255, 255, 255, 0);
}