@font-face {
    font-family: futuraSTD;
    src: url("./FuturaStdBold.otf") format("opentype");
}

@font-face {
    font-family: lato;
    src: url("./Lato-Regular.ttf") format("truetype");
}

*{
    font-family: futuraSTD;
}

p, li, td, tr, th, a {
    font-family: lato;
}

.sub {
    font-family: lato;
}

.sub-f {
    font-family: futuraSTD;
    font-size: 16px;
}

.centered-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 200px;
    justify-content: center;
    background-color: #F0F0F0;
}

a {
    text-decoration: none;
color: #0d6efd;
}

h2 {
    margin-bottom: 16px;
}

.afterColumn {
    margin-bottom: 24px;
}

.bottomResponsive {
    margin-bottom: 24px;
}

.contactBox {
    height: 120px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.link {
    color: #0d6efd;
}
