body {
    background-color: #2c2a28;
    color: white;
    width: 320px;
    text-align: center;
    margin: 0px auto;
    font-family: "Courier New", Courier, monospace;
}

.image-container {
    width: 320px;
    position: relative;
    margin-bottom: 10px;
}

.image-container img {
    width: 100%;
    display: block;
}

.image-text {
    position: absolute;
    color: white;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-container {
    background-color: #ffffff;
    color: black;
    width: 280px;
    padding: 4px 15px;
    font-size: 13px;
    font-family: "Courier New", Courier, monospace;
    border-left: 10px solid #3b640d;
    text-align: left;
    margin-bottom: 10px;
}

.barista-container {
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: white;
    color: black;
    border-bottom: 5px solid #3b640d;
}

.barista-img {
    float: left;
    margin-right: 10px;
}

.barista-info {
    font-size: 12px;
}

.container {
    width: 320px;
    margin: 10px auto;
    background-color: #111111;
}

#image-title {
    font-family: "Lucida Sans", "Lucida Sans Unicode", sans-serif;
    font-style: italic;
    font-size: 20px;
}

.image-text-background {
    border: 3px solid #3b640d;
    padding: 5px 10px;
    width: 150px;
    background-color: #3b640d;
    font-family: "Lucida Sans", "Lucida Sans Unicode", sans-serif;
    border-radius: 5px;
    color: white;
}

.text-info-title {
    text-align: left;
    font-family: "Lucida Sans", "Lucida Sans Unicode", sans-serif;
    font-style: italic;
    font-size: 16px;
    width: 150px;
    background-color: #c49c2e;
    padding: 5px 10px; 
}

#text-info-team-title {
    text-align: left;
    font-family: "Lucida Sans", "Lucida Sans Unicode", sans-serif;
    font-style: italic;
    font-size: 14px;
    width: 150px;
    background-color: #ffffff;
    padding: 5px 10px; 
    color: black;
    margin-bottom: 5px;
}

#main-title-info {
    font-size: 16px;
}

#title {
    font-family: "Ink Free", sans-serif;
    color: #c49c2e;

}

.barista-title {
    font-size: 15px;
    
}

#text-right {
    float: right;
}

.center {
    margin: 10px auto;
}

table {
    text-align: center;
    background-color: #3b640d;
    width: 320px;
    margin: 0px auto;
    padding: 10px;
    color: white;
    font-size: 24px;
}

a {
    text-align: center;
    color: white;
}

p {
    font-size: 12px;
    margin-top: 2px;
    
}

h6 {
    margin-bottom: 5px;
}

footer {
    font-size: 16px;
    color: #3b640d;
}