* { box-sizing: border-box; }
:root {
--main-color: rgb(23, 41, 27);
--main-color-new: rgb(76, 115, 76);
--main-light: rgb(255, 253, 237);
--highlight: rgb(205, 254, 43);
--white-button-shadows: 
        inset 0 2px 3px rgb(255, 255, 255, .9),  
        inset 0 -3px 4px rgba(0, 0, 0, 0.15),   
        0 4px 6px rgba(0, 0, 0, 0.25); 
--green-button-shadows:
        inset 0 1px 2px rgba(255, 255, 255, 0.3),  
        inset 0 -3px 4px rgba(0, 0, 0, 0.15),   
        0 4px 6px rgba(0, 0, 0, 0.25); 
--test-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 5px 20px 0 rgba(0, 0, 0, 0.15);
}


html {
    min-height: 100%;
}

body {
    background: var(--main-light);
    min-height: 100%;
    margin: 0;
    font: 14px Verdana;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#bottomspacer {
    color: black; 
    height: 170px;
}

.footer {
    color: var(--main-light);
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: center;
    align-content: center;
    text-align: center;
    width: 100%;
    background-color: transparent;
    height: 35px;
    font-family: monospace;
    font-size: 12px;
}

.footer1-div {
    font-family: monospace;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    width: 100%;
    background-color: var(--main-light);
    color: black;
    display: flex;
    padding: 5px;
}


.contact-span {
    font-family: monospace;
    font-size: 12px;

}

header {
    width: 100%;
    align-items: center;
    flex-direction: row;
    margin-bottom: 10px;
    margin-top: 12px;
}

.header-bar {
    background-color: transparent;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.header-bar-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
}

.header-bar-container-part {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.header-bar-button {
    text-align: center;
    padding: 5px;
    font-size: 16px;
    margin-right: 1px;
    margin-left: 1px;
    align-items: center;
    justify-content: center;
    align-content: center;
    background-color: transparent;
    border: none;
    border-radius: 5px;
    color: black;
    display: flex;
}

.header-bar-button:hover {
    background-color: var(--main-color);
    color: var(--main-light);
    cursor: pointer;
}

.footer button:hover {
    cursor: pointer;
}

#headerbarcontainerpartLeft {
    justify-content: left;    
}

#headerbarcontainerpartMiddle {
    width: 60%;
    text-align: center;
    justify-content: center;
}

#headerbarcontainerpartRight {
    justify-content: right;
}

#logoSpan {
    font-size: 25px;
    color: black;
    font-family: "roboto", "avenir", sans-serif;
    font-weight: 600;
}

.dim-overlay-pop-panel {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.325);
    z-index: 1;
    display: none;
}

.pop-panel {
    width: 100%;
    max-width: 500px;
    min-width: 320px;
    min-height: 250px;
    max-height: 475px;
    overflow-y: scroll;
    background: var(--main-light);
    border-radius: 5px;
    position: absolute;
    text-align: left;
    transform: translate(-50%, -50%);
    top: 45%;
    left: 50%;
    padding: 10px;
    font-family: monospace;
    font-size: 12px;
    color: black;
    z-index: 1;
    display: block;
}

.pop-panel-top {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: start;
    text-align: center;
    font-family: "roboto", "avenir", sans-serif;
    font-size: 18px;  
}

.pop-panel-titlebar {
    display: block;
    width: 95%;
    margin-left: 30px;
    margin-top: 5px;
}

.pop-panel-top h1 {
    font-family: "roboto", "avenir", sans-serif;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0px;
}

.pop-panel-top p {
    font-family: monospace;
    font-size: 13px;
    margin-top: 0px;
}

.pop-panel-bottom {
    padding: 5px;
}

.pop-panel-bottom p {
    font-family: monospace;
    font-size: 13px;
}

.pop-panel-bottom h2 {
    font-family: "roboto", "avenir", sans-serif;
    font-size: 20px;
    font-style: bold;
}

.cite-link a:link {
    color: royalblue;
    text-decoration: underline;
  }
  
.cite-link a:visited {
    color: black;
    border-bottom: 2px dashed rgb(163, 197, 254);
  }

.reverse-h2 {
    background-color: var(--main-color);
    color: var(--main-light);
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 18px;
}

.reverse-p {
    background-color: var(--main-color);
    color: var(--main-light);
    padding: 15px;
    font-size: 13px;
    font-family: monospace;
}

#adjSpan {
    font-family: "Baskerville", "Garamond", "Georgia", serif;
    font-size: 24px;
    font-style: italic;
}

#mainlight-u-anchor {
        color: var(--main-light);
        text-decoration: underline;
        font-style: italic;
        font-family: "roboto", "avenir", sans-serif;
        font-weight: bold;
}   

#para-u-anchor {
    color: black;
    text-decoration: underline;
} 

.v2-h2-fontsize {
    font-size: 24px;
    color: var(--main-color);
}

#midnight-span {
    text-align: center;
}

.highlight-span {
    background-color: var(--highlight)
}

.bigger-font-span {
    font-size: 15px;
}

.unstyled-ul {
        list-style: none;
        padding-left: 0;
}

.pop-panel-bottom h3 {
    font-family: "roboto", "avenir", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
}

#policytext h2 {
    font-size: 17px;
}

#policytext p {
    font-size: 12px;
}

#policytext h3 {
    font-family: "roboto", "avenir", sans-serif;
    font-size: 15px;
    font-weight: bold;
}

#policytext h3 {
    font-family: "roboto", "avenir", sans-serif;
    font-size: 15px;
    font-weight: bold;
}

#policytext li {
    font-size: 12px;
}

.cookie-span {
    background-color: lightgray;
}

#policytext a:link {
    color: black;
    text-decoration: underline;
  }
  
#policytext a:visited {
    color: grey;
    text-decoration: underline;
  }

a:link {
    color: black;
    text-decoration: none;
  }
  
a:visited {
    color: black;
    text-decoration: none;
  }

.arrow-span {
    font-style: "roboto", "avenir", sans-serif;
    font-size: 15px;
}

.pop-panel button:hover {
    background-color: rgba(200, 200, 200, 0.586);
    color: black;
    cursor: pointer;
}

.pop-panel-xbutton {
    padding: 1px;
    height: 32px;
    width: 32px;
    border: none;
    background-color: transparent;
    border-radius: 3px;
    color: black;  
    font-family: "roboto", "avenir", sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.pop-panel-footer {
    text-align: center;
    margin-bottom: 5px;
}

h1 {
    margin: 0;
    padding: 0;
}

.article-header1 {
    font-family: "canela deck";
    font-size: 45px;
    font-weight: normal;
    margin: 15px;
    margin-bottom: 20px;
    text-align: center;
}

.svg-box {
    background-color: transparent;
    color: black;
    height: 38px;
    width: 38px;
    padding: 0px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.relative-parent {
    position: relative;
}

.absolute-child {
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
}

.article-header2 {
    padding: 0px;
    margin: 0px;
    font-size: 19px;
    font-weight: normal;
    color: var(--main-light);
    font-family: "times new roman", serif;
}

.nav-button-box {
    background-color: transparent;
    align-items: center;
    justify-content: center;
    display: flex;
    min-width: 50px;
    margin: 5px;
    border: 0px solid transparent;
}

.nav-button {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    padding: 0px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
}

.nav-button a {
    color: inherit;
}

.nav-button-active {
    background-color: black;
    color: var(--main-light);
    border: 2px solid black;
}

.nav-button-inactive {
    background-color: rgba(0, 0, 0, .2);
    border: 2px solid transparent;
    color: var(--main-light);
}

.nav-button-inactive:hover {
    cursor: pointer;
}

.a-inactive {
    pointer-events: none;
    text-decoration: none;
}

.a-active {
    text-decoration: none;
}

.nav-button-active:hover {
    background-color: var(--main-light);
    border: 2px solid black;
    color: black;
    cursor: pointer;
}

.guessy-container {
    display: inline-block;
    text-align: center;
}

.guessy {
    color: var(--main-color);
    text-align: center;
}

.guessy-active {
    display: block;
    align-content: end;
    animation: growy 1.5s;
}

.guessy-inactive {
    animation: fadeOut .5s; 
}

.guessy-info-text {
    height: 55px;
    align-content: end;
    text-align: center;
    border: 0px solid transparent;
    font-family: "Roboto", "Avenir", sans-serif;
    font-size: 16px;
}

.guessy-info {
    height: 23px;
    border: 2px solid transparent;
}

.shrinkem-row {
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    margin-top: 25px;
}

.shrinkem-side {
    align-items: center;
    justify-content: left;
    display: flex;
    flex-direction: column;
    flex: 1;
    border: 0px solid transparent;
    padding-top: 16px;
}

.shrinkem {
    width: 100%;
    max-width: 800px;
    min-width: 320px;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    border: 0px solid black;
    box-shadow: var(--test-shadow);
    flex: none;
}

.quote-image-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    min-width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    padding: 25px;
    min-height: 295px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    background-color: var(--main-light);
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.quote-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

#qic6 {
    font-size: 22px;
    line-height: 1.25;
}

#qic14 {
    font-size: 21px;
    line-height: 1.25;
} 

.my-quote {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 600px;
    min-width: 320px;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    background-color: var(--main-light); 
    border-radius: 0px; 
    padding: 4px;
}

#myQuoteB1 {
   width: 100%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    padding: 2px;
    border: 3.5px solid var(--main-color);
}

#myQuoteB2 {
    width: 100%;
    background-color: transparent;
    align-items: center;
    justify-content: center;
    border: 1.5px solid var(--main-color);
}

.myQuoteBasicSize {
    font-size: 25px;
}

.myQuoteSmallerSize {
    font-size: 23px;
}
  
.my-quote p {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 26px;
    margin-right: 26px; 
    text-align: center;
    font-family: "Baskerville", "Garamond", "Georgia", serif;
    color: black;
}

.hr-flourish {
    background-color: var(--main-color);
    border: 0;
    height: 1.5px;
}

.i-marble {
    background-color: transparent;
    position: absolute;
    right: 1%;
    bottom: 2%;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    border: none; 
    display: flex;
    height: 28px;
    width: 28px;
    border-radius: 5px;
    display: flex;
    text-align: center;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.i-marble:hover {
    color: black;
    background-color: rgba(255, 255, 255, 0.6);
}

.play-button {
    display: flex;
    background-color: transparent;
    text-align: center;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 0px;
    border: 1.5px solid var(--main-color);
    font-family: "roboto", "avenir", sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: var(--main-color);
    
}

.play-button-box {
    width: 115px;
    height: 50px;
    padding: 2px;
    border: 3.5px solid var(--main-color);
    border-radius: 0px;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-bottom: 24px;
    margin-top: 24px;
}

.pop-panel-bottom button:hover {
    background-color: var(--main-color);
    color: var(--main-light);
    cursor: pointer;
}

.simple-table-container {
    width: 100%;
    max-width: 450px;
    min-width: 320px;
    display: block;
    border-radius: 5px;
    margin-top: 11px;
    margin-bottom: 45px;
}

.stacked-table {
    margin-bottom: 3px; 
    width: 100%;
    border-collapse: collapse;
    border-spacing: 3px 0px;
}

td {
    padding: 4px; 
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    height: 45px;
    font-family: "Roboto", "Avenir", sans-serif;
    font-size: 19px;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal; 
    border-bottom: 2px solid var(--main-color); 
    background-color: var(--main-light);
    color: var(--main-color);
}

.guess1-class {
    text-align: left;
    border-radius: 0px;
    border: none; 
    border-bottom: 2px solid var(--main-color);
    background-color: transparent;
    color: var(--main-color);
    
}

.guess2-class {
    /* border: 2px dotted rgb(255, 253, 237, .3); */
    text-align: left;
    border: none;
    border-radius: 0px;
    border: none;
    border-bottom: 2px dotted rgb(23, 41, 27, .6);
    background-color: rgb(255, 253, 237, .0);
    color: rgb(23, 41, 27, .6);
}

.guess3-class {
    text-align: left;
    border: none;
    background-color: rgb(255, 253, 237, .1);
    border-radius: 0px;
    border: none;
    border-bottom: 2px dotted rgb(23, 41, 27, .6);
    background-color: rgb(255, 253, 237, .0);
    color: rgb(23, 41, 27, .6);
}

.hidden-answer-container {
    background-color: transparent;
    width: calc(100% - 0px);
    max-width: 454px;
    min-width: 320px;
    height: 50px;
    padding: 0px;
    flex-direction: row;
    flex-direction: wrap;
    text-align: center;
    justify-content: center;
    align-items: center; 
    border-radius: 5px;
    border: 2px solid transparent;
    display: none;
    margin-top: 15px;
}

.growy {
    animation: growy2 1.5s;
}

.hidden-answer {
    height: 50px;
    align-content: center;
    border: none;
    background: linear-gradient(100deg, rgb(76, 115, 76), rgb(76, 115, 76, .9));
    font-weight: normal;
    color: var(--main-light);
    width: 100%;
    font-family: "roboto", "avenir", sans-serif;
    font-size: 20px;
    border-radius: 5px;
    margin-right: 1.5px;
}

.hidden-answer-points-c {
    width: 55px;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-right: 0px;
    background: linear-gradient(100deg, rgb(76, 115, 76, .9), rgb(76, 115, 76, .95));
    margin-left: 1.5px;
    align-items: center;
    border-radius: 5px;
}

.hidden-answer-points {
    background-color: transparent;
    color: var(--main-light);
    height: 37px;
    width: 37px;
    border-radius: 5px;
    font-family: "roboto", "avenir", sans-serif;
    font-size: 14px;
    font-style: normal;
    display: flex;
    flex-direction: row;
    text-align: center;
    align-content: center;
    justify-content: center;
}

.ital-span {
    font-style: italic;
}

.bold-span {
    font-weight: bold;
}

.centering {
    text-align: center;
    align-content: center;
    justify-content: center;   
}

.centering-text {
    text-align: center;
}

#hiddenAnswerPointsN {
    font-size: 23px;
}

.wobble {
    animation: wobble .15s ease-in-out;
    animation-iteration-count: 4;
    animation-direction: alternate; 
}

.nav-button-speaker-round {
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--main-light);
    color: var(--main-color);
    font-family: "roboto", "avenir", sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    border: 2px solid var(--main-color);
    padding: 5px;
    text-align: center;
    height: 50px;
    border-radius: 5px;
    box-shadow: none;
    
}

.autocomplete-form {
    display: flex;
    width: calc(100% - 5px);
    max-width: 450px;
    min-width: 320px;
    margin-top: 15px;
}

.autocomplete {
    position: relative;
    display: inline-block;
    width: 75%;
    margin-right: 10px;
}

.autocomplete-contentNEWCLASS {
    display: none;
    position: absolute;
    background-color: var(--main-light);
    min-width: 160px;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    font-family: "Roboto", "Avenir", sans-serif;
    font-size: 18px;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    max-height: 230px;
    overflow-y: scroll;
    border: 2px solid var(--main-color);
    border-top: none;
}

.autocomplete-contentNEWCLASS div {
    color: black;
    padding: 10px;
    display: block;
}

.showNEW {
    display: block;
}

.strongspanNEW {
    font-weight: bold;
}

input {
    border: 2px solid var(--main-color);
    background-color: var(--main-light);
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    height: 40px;
    width: 100%;
}

input[placeholder] {
    font-family: "Roboto", "Avenir", sans-serif;
    font-size: 16px;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

.guess-button {
    background-color: var(--main-light);
    color: var(--main-color);
    font-family: "roboto", "avenir", sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    border: 2px solid var(--main-color);
    padding: 5px;
    text-align: center;
    height: 50px;
    width: 30%;
    border-radius: 5px;
    box-shadow: none;  
}

input[type=text] {
    background-color: var(--main-light);
    height: 50px;
    font-size: 18px;
}

.autocomplete-items-NEW {
    background-color: var(--main-light);
    top: 100%;
    left: 0;
    right: 0;
    padding: 10px;
    cursor: pointer;
    overflow-y: scroll;
}

.autocomplete-items-NEW div {
    padding: 10px;
    cursor: pointer;
}

.autocomplete-items-NEW div:hover {
    background-color: rgba(205, 254, 43, 0.5);
}

.autocomplete-active {
    background-color: rgba(0, 0, 0, 0.1); 
}

.autocomplete-hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.littleToast {
    width: calc(100% - 10px);
    min-width: 320px;
    max-width: 450px;
    min-height: 60px;
    max-height: 80px;
    background-color: rgb(163, 197, 254);
    font-family: "Roboto", "Helvetica", "Avenir", sans-serif;
    font-size: 16px;
    box-shadow: 0px 0px 10px 3px rgba(128, 128, 128, 0.2);
    align-content: center;
    padding: 15px 10px;
    position: fixed;
    z-index: 2;
    top: 20px;
    display: none;
    border-radius: 3px;
}

#littleToast1 {
    background-color: rgb(163, 197, 254);
}

#littleToast2 {
    background-color: rgb(255, 225, 127);
}

#littleToast3 {
    background-color: rgb(255, 225, 127);
}

#littleToast4 {
    background-color: rgb(255, 225, 127);
}

.toastContainer {
    display: flex;
    align-items: center;
    text-align: center;
}

.toastMessageBox {
    width: 95%;
    margin-left: 35px;
    padding-bottom: 2px;
    text-align: center;
    align-content: center;
}

.toast-xbutton {
    padding: 1px;
    height: 32px;
    width: 32px;
    border: none;
    background-color: transparent;
    border-radius: 3px;
    color: black;
    text-align: center;
    align-content: center;
    justify-content: center;
}

.littleToast button:hover {
    background-color: rgb(248, 196, 75);
    color: black;
    cursor: pointer;
}
#littleToast1 button:hover {
    background-color: rgb(130, 174, 252);
}

.topArriveClass {
    animation: topArrive 1s;
}

.topDepartClass {
    animation: topDepart 1.5s;
}

.extras-buttons-container {
    margin-top: 15px;
    width: 100%;
    max-width: 800px;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3px;
    border: 2px solid transparent;
}

.nav-button-row {
    margin-top: 12px;
    display: none;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 0px solid transparent;
}

#navButtonRow2 {
    margin-top: 0px;
    flex-direction: column;
    font-family: "Roboto", "Avenir", sans-serif;
    font-size: 15px;
}

.nav-button-row-part {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    text-align: center;
    border: 0px;
}

#navButtonRowPartRight {
    padding-left: 0px;
}

.display-none {
    display: none;
}

@keyframes growy {
    0% {
        opacity: 1;
        scale: 100%;
      }
    
    25% {
        opacity: 1;
        scale: 150%;
      }
    

    75% {
        scale: 100%;
      }
  }
  
  @keyframes growy2 {
    0% {
        opacity: 1;
        scale: 120%;
      }
    
   25% {
        opacity: 1;
        scale: 160%;
      }
    

    75% {
        scale: 100%;
      }
  }

@keyframes topArrive {
   
    from {
        translate: 0 -50vh;
        opacity: .5;
      }
    
      to {
        translate: 0 0;
        opacity: 1;
      }
}

@keyframes topDepart {
    from {
        translate: 0 0;
        opacity: 1;
      }
    
      to {
        translate: 0 -50vh;
        opacity: .5;
      }
 }

@keyframes wobble {
    from {
        transform: rotate(-8deg);
    }

    to {
        transform: rotate(8deg);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    
    100% {
        opacity: 1;
    }
 }

 @keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
 }

 @media (max-width: 975px) {
    #shrinkemSideRight {
        display: none;
    }

    #shrinkemSideLeft {
        display: none;
    }

    #navButtonRow {
        display: flex;
    }

    #navButtonRow2 {
        display: flex;
    }    
}

@media (max-width: 640px) {
    #footer-title-span {
        display: none;
    }

    .shrinkem {
        width: 100%;
        border-radius: 0px;
    }

    .quote-image-container {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
}

@media (min-width: 450.1px) {
    .guess-button:hover {
        background-color: var(--main-color);
        border: 2px solid var(--main-light);
        color: var(--main-light);
        cursor: pointer;
    }
}

@media (max-width: 450px) {
    #todaysQuote {
        margin-left: 18px;
        margin-right: 18px; 
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .myQuoteBasicSize {
        font-size: 22px;
    }

    .myQuoteSmallerSize {
        font-size: 20px;
    }

    #qic6 {
        font-size: 18px;
    }

    #qic14 {
        font-size: 17px;
    }
    
    #hiddenAnswerContainer {
        width: 100%;
        border-radius: 0px;
    }

    #logoSpan {
        font-size: 22px;
    }
}

@media (min-height: 1100px) {
   .footer {
        position: absolute;
        bottom: 0;
   }
}