@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap');

h1 {
    font-size: 30px;
}

h2 {
    font-size: 12px;
    color: #959ead;
}

p {
    color: #323f4b;
    font-weight: 500;
    font-size: 18px;
}

.a {
    color: #1754a1;
    font-size: 11px;
    font-weight: bold;
}

.btn-primary {
    background-color: #1754a1;
    width: 150px;
    padding: 10px;
    margin-bottom: 40px;
}


.logo {
    height: 45px;
}

.foot-bg-format {
    background-color: #19232d;
}

.foot-logo {
    width: 70px;
    margin-bottom: 15px;
}

.foot-circle {
    height: 50px;
    width: 50px;
    border-radius: 25px;
    background-color: #2f3842;
    text-align: center;
    margin: 5px;
}

.foot-icon {
    color: #547184;
    padding: 15px;
    font-size: 23px;
}

.p {
    color: #547184;
    font-weight: 500;
    font-size: 18px;
}

.foot-icon-min {
    color: #547184;
    margin-right: 15px;
    font-size: 23px;
}

.h4 {
    color: #547184;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.foot-hr {
    background-color: #547184;
    height: 2px;
}

.foot-copyright {
    color: #959ead;
    font-size: 17px;
}