﻿body {
    font-family: 'Poppins', sans-serif;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins";
}

.banner {
    background: #fff;
    padding: 40px 0 100px;
}

.main-header-box h2 {
    font-size: 150px;
    font-weight: 700;
    margin-bottom: 20px;
}

.main-header-box h3 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 20px;
}

.main-header-box p {
    font-size: 20px;
    margin-bottom: 2em;
}

.main-header-box p a {
    text-decoration: underline;
}

.btn-view-profile {
    display: inline-block;
    color: #2a2a2a;
    font-weight: 500;
    font-size: 20px;
    border: 2px solid #2a2a2a;
    border-radius: 4px;
    padding: 10px 30px;
    transition: all 0.3s ease-in-out;
}

.btn-view-profile i {
    padding-left: 10px;
}

.btn-view-profile:focus,
.btn-view-profile:hover {
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
}

.footer-social {
    margin-top: 10px;
}

.footer-social a {
    display: inline-block;
    padding: 0 10px;
    color: #000;
}