* {
    box-sizing: border-box;
  }

body {
    background-color: #000000;
    background-image: url('https://hubrishubris.neocities.org/pattern-stripes.jpeg');
    color:#6b5c43;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    text-align: justify;
}

a {
    color:#f8951f;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 800;
    text-shadow: -1px -1px 0 #3e2723, 1px -1px 0 #3e2723, -1px 1px 0 #3e2723, 1px 1px 0 #3e2723;
}
@keyframes bgAnimate {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100px 5000px;
  }
}

/* sizing for desktop screen */
@media (min-width: 993px) {
        body {
            font-size: 1rem;
            animation: bgAnimate 190s linear infinite;
        }

        h1, h2, h3 {
            font-family: "Rum Raisin", sans-serif;
            font-weight: 400;
            text-transform:capitalize;
            text-align: center;
            color: #008378;
        }

        .banner {
            margin:50px 0 40px;
            min-width: none;
        }

        .wrap {
            background: #f8f8f0;
            width: 55vw;
            margin: 10px auto;
            overflow: auto;
            display: flex;
            text-transform: lowercase;
            border-radius: 35px;
            border: 15px #008378 solid;
            
        }
    

    .left {
        width:20%;
        padding: 30px;
        padding-right: 0px;
        position: sticky;
        top:0px;
    }

    .left img {
        width: 100%;
        margin-top: 15px;
    }

    .left fieldset {
        border: none;
        border-radius: 10px;
        background-color: #fff;
        box-shadow: 5px 5px 5px #e0ddd2;
        margin-bottom: 45px;
        padding-bottom: 20px;
    }

    .left p {
        text-align: center;
        margin-bottom: 5px;
    }

    .left h3 {
        line-height: 0.1;
    }

    .banner {
        text-align: center;
        overflow: auto;

    }
    .right {
        width:80%;
        padding: 30px;
    }

    .part {
        margin: 20px 0px;
        border-bottom: 15px solid;
        border-image: url('https://hubrishubris.neocities.org/yellowdiv.png');
        border-image-slice: 44;
       
    }

   #villagerbox {
        height:270px;
        overflow: scroll;
    }

    .gallery { 
        display: flex;
        flex-wrap: wrap;
        padding: 0 4px;
        height:270px;
        width: 100%;
        overflow: scroll;
        margin-bottom: 25px;
    }

    .column {
        flex: 50%;
        max-width: 50%;
        padding: 10px 12px;
    }

    .column img {
        margin-top: 0px;
        width: 100%;
        border-radius: 20px;
        border: 10px solid #fff;
        box-shadow: 5px 5px 5px #e0ddd2;
    }

    .column p {
        text-align: center;
        text-transform: lowercase;
        font-weight: 800;
        font-style: italic;
    }

    .villager {
        display: flex;
        align-items:center;
    }

    .villager img {
        padding-right: 10px;
    }

    .part p {
        margin-bottom: 25px;
    }

    .part:first-child {
        padding-top: 20px;
    }

    .part:last-child {
        border: none;
        padding-bottom: 20px;
    }

}
