@font-face {
    font-family: Montserrat;
    src: url("../assets/fonts/Nunito-Bold.ttf");
    font-weight: bold;
}
@font-face {
    font-family: Montserrat;
    src: url("../assets/fonts/Nunito-Regular.ttf");
}
body {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    color:white;
    background-color: black;
}
h1, h2, h3, p {
    margin: 0;
    padding: 0;
}
footer {
    position: fixed;
    width: calc(100% - 40px);
    height: 45px;
    background-color: white;
    bottom: 0;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 3;
}
footer div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 600px;
    margin: auto;
}
footer img {
    width: 31px;
    height: 31px;
    margin: 0 auto;
}
.footer-icon-container {
    display: flex;
    flex-direction: column;
    width: 45px;
    height: 45px;
}
.footer-icon-container p {
    margin: 0;
    padding: 0;
    height: 14px;
    font-size: 14px;
    text-align: center;
}