body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(22, 59, 102);
    color: rgb(250, 236, 192);
    margin: 0 0 75px 0;
}
.list_style{
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    background-image: linear-gradient(to top, #009900, #99ff99);
    border-bottom: 2px solid rgb(52, 206, 78);
    list-style-type: none;
}
.link_style{
    display: flex;
    padding: 15px;
    font-size: 20px;
    color: rgb(4, 83, 40);
    text-decoration: none;
    flex-wrap: nowrap;
    justify-content: center;
}
.item_style{
    flex: 1 1 auto;
    text-align: center;
}
.item_style + .item_style{
    border-left: solid #045328;
}

.item_seperate{
    color: #045328;
    padding: 15px;
}
.seattle_gallery{
    width: 200px;
    border-radius: 15px;
}
.birmingham_gallery{
    width: 100px;
    border-radius: 15px;
}
.logo_style{
    display: block;
    margin-left: 3vw;
    margin-top: 6vh;
}
.big_letter{
    font-size: 15vw;
    background-image: linear-gradient(to top, #009900, #99ff99);
    color: transparent;
    background-clip: text;
}
.h1_style{
    display: inline;
    font-size: 5vw;
    margin-left: 3vw;
}
.h2_style{
    margin-bottom: 40px;
    font-size: 5vw;
    margin-left: 4vw;
    text-decoration: underline;
    text-decoration-color: rgb(96, 191, 255);
}
.p_style{
    margin-left: 4vw;
    max-width: 70ch;
    font-size: 20px;
}
#mypod_sentance{
    font-size: 20px;
}
.max_text_width{
    max-width: 20ch;
}
.starbuzz_link{
    margin-left: 4vw;
    margin-top: 50px;
    padding: 20px;
    background-image: linear-gradient(to top, #009900, #99ff99);
    border: 2px solid rgb(52, 206, 78);
    text-decoration: none;
    border-radius: 20px;
    color: rgb(4, 83, 40);
}
.starbuzz_link:link{
    color: #faecc0;
}
.starbuzz_link:hover{
    color: #ffffff;
    background-image: linear-gradient(to top, #10dd10, #b0ffb0);
}
.flex_section{
    display: flex;
    flex-direction: row;
}
.link_style:link{
    color: #faecc0;
}
.link_style:hover{
    color: #ffffff;
    background-image: linear-gradient(to top, #10dd10, #b0ffb0);
}
@media screen and (max-width: 900px){
    .big_letter{
        font-size: 15vw;
    }
    .h1_style{
        font-size: 4vw;
    }
    .h2_style{
        font-size: 6vw;
    }
    .p_style{
        font-size: 3vw;
        max-width: 50ch;
    }
}
@media screen and (max-width: 650px){
    .big_letter{
        font-size: 20vw;
    }
    .h1_style{
        font-size: 7vw;
    }
    .h2_style{
        font-size: 6vw;
    }
    .p_style{
        font-size: 3vw;
        max-width: 60ch;
    }
    #mypod_sentance{
        max-width: 85vw;
    }
}
@media screen and (max-width: 480px){
    .big_letter{
        font-size: 20vw;
    }
    .h1_style{
        font-size: 7vw;
    }
    .p_style{
        font-size: 4vw;
        max-width: 60ch;
    }
    .flex_section{
        flex-direction: column;
    }
}