h1, h2, p {
    text-align: center;
}
h1 {
    font-size: 40px;
    margin: 0;
}

h2 {
    font-size: 35px;
}

.top-line, .middle-line, .bottom-line {
    height: 2px;
    background-color: rgba(101, 67, 33);
    border: rbg(4, 6, 7);
    box-shadow: 2px 2px  2px 0px;
    -webkit-box-shadow: 2px 2px  2px 0px;
    -moz-box-shadow: 2px 2px  2px 0px;
}

.top-line {
    margin-top: 25px;
}

.bottom-line {
    margin-top: 25px;
    margin-bottom: 30px;
}

body {
    background: #C9A26B;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Poppins', sans-serif;
    padding: 20px;
}


h1, h2, p {
    text-align: center;
}

.tea-menu {
    width: 80%;
    max-width: 700px;
    background-color: rgb(222,184,135);
    box-shadow: 3px 4px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.established {
    font-style: italic;
}

.tea-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

img {
    height: 50px;
    width: 50px;
}
.tea-items p {
    display: inline-block;
    font-size: 15px;
    margin: 5px 0px;
}

.tea-flavor, .collection-flavor {
    margin-left: 5px;
    width: 55%;
    text-align: left;
}

.tea-price, .collection-price {
    width: 40%;
    text-align: right;
}

footer {
    font-size: 12px;
}

a {
    color: brown;
    text-decoration: none;
}

a:visited {
    color: rgb(255,235,205);
}

a:hover {
    color: rgb(255,235,205);
}

a:active {
    color: brown;
}