.bottom_third_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
    max-width: 900px;
}

h2 {
    margin-bottom: 10px;
}

h5 {
    margin: 10px;
}

.choose {
    line-height: 1.3;
    font-family: "helvetica";
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: justify;
}

.choose h2 {
    font-size: 2rem;
    letter-spacing: 2px;
    text-decoration: underline;
    color: rgb(0, 36, 70);
    color: color(display-p3 0 0.15 0.28);
    text-shadow: 1px 1px gray;
    font-style: normal;
}

.choose h3 {
    text-align: center;
    text-align: justify;
}
  .choose h2 {
    font-size: 1.125rem;
    letter-spacing: 2px;
    text-decoration: underline;
    color: rgb(0, 36, 70);
    color: color(display-p3 0 0.15 0.28);
    text-shadow: 1px 1px gray;
    font-style: normal;
}

.yay {
    cursor:default;
    text-decoration: none;
    flex-wrap: no-wrap;
    text-align: center;
}

.yay h2{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    cursor:default;
    justify-content: center;
    font-family: 'helvetica';
    font-family: 'helvetica';
    font-size: 2rem;
    text-shadow: 1px 1px 1px white;
    text-decoration: underline;
    font-style: italic;
    color: rgb(0, 36, 70);
    color: color(display-p3 0 0.15 0.28);
}

.yo {
    position: relative;
    max-height: 50vh;
    overflow-y: auto;
    scrollbar-color: auto;
    border: 2px solid rgb(0, 36, 70);
    border: 2px solid color(display-p3 0 0.15 0.28); 
    width: 100%;
    background-color: #f1f1f1;
    background-image: linear-gradient(to bottom, rgb(255 216 69 / 0%) , rgb(255 255 0 / 11%) 95%); 
    background-image: linear-gradient(to bottom, color(display-p3 1 0.847 0.27 / 0),color(display-p3 1 1 0 / 0.11) 95%);
    border-radius: 4%;
    max-width: 950px;
    box-shadow: 8px 8px 8px #888888;
}

.st {
    display: flex;
    justify-content: center;
    justify-content: left;
    color: black;
    margin-top: 0px;
    /* width: 67%; */
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'helvetica';
    font-size: 1.125rem;
}