* {
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: #FCFCFC;
}

h1 {
    color: #F79605;
}

/* h2 {
    font-weight: 600;
    letter-spacing: 5px;
    
}

h3 {
    margin-top: 15px;
    margin-bottom: 25px;
} */

.header {
    background-color: #182F52;
    color: white;
}


.icon {
    height: 150px;
    width: 150px;
    margin: 30px;
}

.row {
    margin-bottom: 20px;
}

.contact-header {
    text-align: center;
    margin-top: 40px;
}

.contact {
    text-align: center;
}

.about {
    display: inline-block;
    padding: 15px; 
    text-align: center;
    background-color: #182F52;
    color: white;
}

.about-text {
    margin-right: 50px;

}

.about-h2 {
    color: #F79605;
}



.btn {
    background-color: white;
    border-color:#1974FC;
    color: #182F52;
}

.btn:hover {
    background-color: #F79605;
}

.btn-contact {
    background-color: #182F52;
    color: white;
}

.btn-contact:hover {
    background-color: #F79605;
}

footer {
    color: white;
    background-color: #182F52;
    padding-top: 10px;
    margin-top: 10px;
    text-align: center;
}

.foot {
    margin: 0 auto;
}