@media screen and (max-width: 550px) {
    #home-title {
        font-size: 1.8em !important;
        width: 280px !important;
    }
}

/* MAIN PAGE */
@media screen and (max-width: 450px) {
    body {
        background: radial-gradient(
        circle at 30% 50%, #92ffc0 0%, #002661 100%
        ) fixed ;
    }
    .side-nav {
        display: none;
    }
    .dot-separator {
        margin-left: 0px !important;
    }
    .home-section,
    .about-section,
    .portfolio-section,
    .education-work-section,
    .skills-section,
    .contact-section {
        margin-left: 0px !important;
    }
    #edit-home-form {
        margin-left: 0px !important;

    }
    .rectangle-home,
    .rectangle-contact,
    .rectangle-edit-home {
        width: 70% !important;
    }
    .rectangle-about, 
    .rectangle-portfolio,
    .rectangle-education-work,
    .rectangle-skills {
        width: 90% !important;
        padding: 10px !important;
    }
    .rectangle-portfolio h3 {
        margin-top: -10px !important;
    }
    .rectangle-education-work {
        padding: 5px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .about-education {
        width: 96% !important;
    }
    .rectangle-skills .info,
    .rectangle-skills .certifications-info {
        width: 88% !important;
    }
    .rectangle-skills .title {
        margin-top: 30px !important;
    }   
}

/* PROJECT PAGES */
@media screen and (max-width: 450px) {
    .main-section {
        width: 90%;
        padding: 15px;
    }
}

/* PORTFOLIO SECTION */
@media screen and (max-width: 700px) { 
    .timeline-item {
        flex-direction: column;
    }

    .date {
        width: 100% !important;
    }

    .info {
        width: 90% !important;
    }

    .info h4 {
        margin-top: 15px;
        margin-bottom: 10px;
        align-self: center !important;
    }
}