body {
    font-family: Archivo;
}

.bg-primary {
    background: #00b9f2 !important;
}

a.bg-primary:hover{
    background: #00b9f2 !important;
}

.text-primary {
    color: #00b9f2 !important;
}

.nice-border {
    border: 1px solid #00b9f2;
    width: 5rem;
    margin-top: .5rem;
    margin-bottom: 2rem;

}

a {
    color: #00b9f2;
}

.logo {
    display: inline-block;
    width: 15rem;
}