body {
    background: rgb(7, 14, 20);
    background: linear-gradient(145deg, rgba(7, 14, 20, 1) 0%, rgba(0, 39, 50, 1) 100%);
    overflow: hidden;
}

#headings {
    width: 100%;
    text-align: center;
    margin-top: 4rem;
}

#nav {
    position: fixed;
    bottom: 10vh;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

footer {
    position: fixed;
    bottom: 3%;
    right: 2%;
}
