<style>
    h1 {
        text-align: center;}
    h2 {text-align: center;}
    h3 {text-align: center;}
    h4 {text-align: center;}
    h5 {text-align: center;}
    p {text-align: center;}
    img {text-align: center;}
    div {text-align: center;}

    body{
        background-color: #111a12;
        color:white; 
        text-align:center;
        margin:0px;
    }

    p{
        margin-right: "auto";
        margin-left: "auto";
        padding: 5px;
    }

    .navbar ul{
        list-style-type: none;
        background-color: #253828;
        padding: 0px;
        margin: 0px;
        overflow: hidden;
    }

    .navbar a{
        color:white;
        text-decoration: none;
        padding: 15px;
        display: block;
        text-align: center;
    }

    .navbar a:hover{
        background-color: #111a12;
    }

    .navbar li{
        display: inline-block;
    }

    .popup{
        max-width: 33%;
        background-color:#253828;
        position: fixed;
        right: 1em;
        bottom: 6em;
        border-radius: 1em;
        border: 2px solid #668f6c
    }

    .about-section{
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    img{
        object-fit: cover;
        max-width: 100%;
    }

    .emptyspace{
        height: 20px;
    }

    .gallery-container{
        font-size: 40px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        row-gap: 10px;
        column-gap: 5px;
        justify-items: center;
        align-items: center;
    }

    .gallery-container a:hover{
        rotate: 3px;
    }

    .gallery-box{
        background-color: white
        height: 250px;
        width: 1fr;
    }

    .gallery-item{
        border-radius: 10px;
    }

    #art-page{
        width: 400px;
        background: yellow;
        text-wrap: balance;
    }

    #art{
        float: left;
        width: 500px;
        padding: 10px;
        max-width: 95%;
    }

    #artfeature{
        width:400px;
        padding: 10px;
        margin-left: auto;
        margin-right: auto;
        max-width: 80%;
    }

</style>