@media screen and (min-width: 768px) and (max-width: 1023px) {
    .overflow > p {
        font-size: 20px;
    }

    body {
        background-repeat: no-repeat;
        /* background-position: -800px -80px; */
        /* background-size: 1800px; */
    }
}

@media screen and (max-width: 767px) {
    body {
        background-repeat: no-repeat;
        /* background-position: -950px -180px; */
        background-size: 100% 100%;
    }


    .navbar_proj > a {
        font-size: 10px;
    }

    .navbar {
        padding-top: 15px;
        width: 45px;
    }

    .img_social, .img_social_Profile {
        width: 30px;
    }

    .navbar > a > div > p {
        font-size: 8px;
    }
}