@font-face {
    font-family: 'Bahnschrift';
    src: url(../fonts/Bahnschrift.TTF);
}

.footer {
    margin-top: 1.5vh;
    background-color: white;
    width: 100%;
}

.footer h1 {
    text-align: center;
    color: #786F82;
    font-family: 'Bahnschrift';
}

.footer h2 {
    text-align: center;
    color: #786F82;
    font-family: 'Bahnschrift';
}

.footer_images {
    text-align: center;
}

.footer_images a {
    text-decoration: none;
}

.footer_images img {
    margin-left: 5px;
    margin-right: 5px;
    width: 75px;
    height: 75px;
}