.logo {
    width: 90%;
}

h1 {
    text-transform: uppercase;
}

h3 {
    text-transform: capitalize;
}

.m-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.txt-center {
    justify-content: center;
    display: flex;
    align-items: center;
}

.social-icons {
    width: 36px;
    height: 36px;
}

.social-icons-holder {
    display: flex;
    justify-content: space-around;
    margin: 20px;
    margin-top: 15px;
}

.social-icons-link {
    cursor: pointer;
    text-decoration: none;
}