body {
    background-color: #012357;
}
.color-bg {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right bottom, #051937, #021d43, #00204f, #00235c, #032668); 
}


.antonio {
    font-family: 'Antonio', sans-serif;
}
.montez {
    font-family: 'Montez', cursive;
}
.poppins {
    font-family: 'Poppins', sans-serif;
}

.fw-300 {
    font-weight: 300!important;
}
.fw-400 {
    font-weight: 400;
}
.fw-700 {
    font-weight: 700;
}
.fw-600 {
    font-weight: 600;
}

.italic {
    font-style: italic!important;
}

.white {
    color: #F4F3F3;
}
.white-f6 {
    color: #f6f6f6;
}

.font-size-45 {
    font-size: 45px;
}
.font-size-40 {
    font-size: 40px;
}
.font-size-26 {
    font-size: 26px;
}
.font-size-21 {
    font-size: 21px;
}
.font-size-16 {
    font-size: 16px;
}

.title-div {
    background-color: #f3f2f21a;
    border: 3px solid #F4F3F3;
    border-radius: 2px;
    padding: 1% 5%;
}

.socials {
    width: 300px;
}

a {
    text-decoration: none!important;
}
a:hover {
    color: #d4defb!important;
} 