.main {
    position: relative;
}

.main p {
    font-family: 'Righteous';
    font-size: 7.5vw;
}

.contact {
    position: relative;
}

.contact p {
    font-family: 'Poppins';
    color: black;
}

.contact .title {
    font-size: 2vw;
    font-weight: 700;
}

.contact .sub {
    font-size: 1.65vw;
    font-weight: 400;
    margin-top: 1%;
}