@charset "UTF-8";

.justify {
    font-family: 'Lato','M PLUS 1p', sans-serif;
}

.RD-title-font-size-margin {
    font-family: sans-serif;
}

.message-span-weight {
    font-weight: initial;
}

.Profile-font-family {
    font-family: 'M PLUS 1p', sans-serif;
}

@media screen and (max-width: 1440px) {
    .mainp {
        left: 35%;
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 615px) {
    .mainp {
        left: 50%;
        font-size: 3rem;
    }
}