
.aboutText{
    color: #fff;
    font-family: "Saira Stencil One", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-left: -160px;
}

.aboutP{
    font-size: 18px;
}

.socialNetwork{
    position: absolute;
    top: 92%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.socialIcon{
    font-size: 1.7vw;
    margin: 0.5vw;
}

.socialIcon:hover{
    color: #e74010 !important;
}

.socialLine{
    position: absolute;
    top: 98%;
    width: 15%;
    height: 5px;
    background-color: #e74010;
    border-radius: 5%;

}

@media screen and (max-width: 650px){
    .socialIcon{
        font-size: 2.7vh;
        margin: 1.5vw;
    }
}
