       /* Text */
        h2 {
            color:white;
            font-size: 3vw;
            font-family: 'Archivo Black', sans-serif;
            text-shadow: 1px 1px 2px rgba(10, 10, 10, 1);
        }
        
        p1 {
            color: #005b42;
            font-size: 1.4vw; 
            letter-spacing: 2px;
            font-family: 'Kanit', sans-serif;
        }

        p2 {
            color: #018788;
            font-size: 2vw;
            font-family: 'Archivo Black', sans-serif;
        }

        p3 {
            color: #112211;
            font-size: 1vw;
            font-family: 'Open Sans', sans-serif;
        }

        p4 {
            color: #112211;
            font-size: 1.1vw; 
            line-height: 1;
        }

        p5 {
            color: #018788;
            font-size: 1.5vw;
            font-family: 'Archivo Black', sans-serif;
        }

        img { 
            max-width: 100%; 
            max-height: 100%;
        }

        a {
            text-decoration: none;
        }

        st a {
            text-decoration: none;
            color: #112211;
        }

        st a:hover {
            color: #018788;
        }