@media (max-width: 600px) {
    body {
        font-size: 3.6vw;
        font-weight: 500;
    }

    h1 {
        font-size: 7.2vw;
        padding: 1vw 0 3vw 0;
    }

    h2 {
        font-size: 5.4vw;
        padding: 1vw 0 3vw 0;
    }

    .header {
        height: 50vw;
        border-bottom: 1vw solid rgb(0, 191, 255);
    }

    .title {
        width: 60vw;
        border: 1vw solid rgb(0, 191, 255);
    }

    .picture img {
        border: 1vw solid rgb(0, 191, 255);
        border-radius: 30vw;
        width: 30vw;
        height: 30vw;
    }

    .about, .contact, .portfolio-content {
        width: 90%;
    }


}