body {
background-color: #4b2f2f;
color: #ffffff;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin: 20px;
}
#title {
margin: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.heading {
font-size: 24px;
}
.tea-options {
display: flex;
flex-direction: row;
justify-content: center;
width: 100%;
column-gap: 8px;
margin-top: 16px;
}