        body {
            background-image: linear-gradient(to right, #0a0a0a, #050505);
            font-family: 'Lexend', sans-serif;
        }
        #naglowek {
            max-width: fit-content;
            margin-left: auto;
            margin-right: auto;
            margin-top: 12%;
            color: #abcfff;
        }
        #tekspodnaglowkiem {
            max-width: fit-content;
            margin-left: auto;
            margin-right: auto;
            color: #8e9bfa;
            margin-top: 2%;
        }
        a {
                color: inherit;
                text-decoration: none;
            }
        #about {
            color: #abcfff;
            width: 90%; max-width: 500px;
            height: 80%;
            margin-left: auto;
            margin-right: auto;
            margin-top: 3%;
            background-color: #0f0f0f;
            border-radius: 25px;
        }

        #projects {
            color: #abcfff;
            width: 90%; max-width: 500px;
            height: 80%;
            margin-left: auto;
            margin-right: auto;
            margin-top: 3%;
            background-color: #0f0f0f;
            border-radius: 25px;
        }
        #contact {
            color: #abcfff;
            width: 90%; max-width: 500px;
            height: 85%;
            margin-left: auto;
            margin-right: auto;
            margin-top: 4%;
            background-color: #0f0f0f;
            border-radius: 25px;
        }