body{
    display: flex;
    flex-direction: column;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.footer {
    padding: 1vh;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(70, 70, 70);
    color: white;
    text-align: center;
}

.footerflex{
    display: flex;
    flex-direction: row;
}

.footersection{
    padding-left: 5vh;
}
.nav {
    padding-top: 2vh;
}
