@font-face {
    font-family: "Faster One";
    src: url("../font/FasterOne/FasterOne-Regular.ttf");
}
.navbar-brand h1{
    font-family: Faster One;
}
.contact-info{
    background-color: black;
    color: beige;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section{
    height: fit-content;
    width: 100%;
}
a {
    color: #ff9900;
}
.nav-link{
    color: #ff9900;
}

footer ul{
    list-style: none;
}

@media (max-width: 500px) {
    .contact-info{
        flex-direction: column;
    }
}

@media (max-width: 700px) {
    footer .row{
        display: flex;
        flex-direction: column;
    }
}