html, body {
    margin: 0;
    padding: 0;
    font-family: 'Eczar', 'serif';
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: rgb(251, 240, 217);
    color: rgb(100, 10, 10);
    font-size: 20px;
}

a {
    color: rgb(100, 10, 10);
    text-decoration-line: underline;
    text-decoration-style: wavy;
}

h1 {
    line-height: 100%;
}

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

.bottom {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
}

.info {
    width: 65%;
    text-align: left;
    padding: 10px, 30px;
    color: rgb(100, 10, 10);
    background-color:rgb(251, 240, 217);
}

.info_game {
    width: 65%;
    text-align: center;
    padding: 10px, 30px;
    background-color: rgb(100, 10, 10);
    color:rgb(251, 240, 217);
}

.status_bar_combine {
    width: 1800px;
    height: 30px;
    border: 1px dotted rgb(100, 10, 10);
    background-color: rgb(251, 240, 217);
    color:rgb(100, 10, 10);
    font-weight: 600;
    font-family: 'Eczar', 'serif';
    font-size: large;
    margin: 3px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.status_bar {
    width: 90px;
    height: 30px;
    /* border: 1px dotted rgb(100, 10, 10); */
    background-color: rgb(251, 240, 217);
    color:rgb(100, 10, 10);
    padding: 0px 30px;
    margin: 3px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.heart {
    width: 30px;
    height: 30px;
    background-color: rgb(251, 240, 217);
    color:rgb(100, 10, 10);
    margin: 3px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.filled {
    fill: currentColor;
}

.show_samples {
    width: 65%;
    text-align: center;
    background-color: rgb(251, 240, 217);
    color:rgb(100, 10, 10);
    font-weight: 300;
    font-family: 'Eczar', 'serif';
}

.show_samples h2{
    line-height: 60%;
}

.show_samples h1{
    text-align: center;
    line-height: 200%;
    width: 100%;
    font-weight: 90;
    letter-spacing: 2px;
    font-family: 'Eczar', 'serif';
    border: solid rgb(100, 10, 10) 4px;
}

.setup {
    text-align: center;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.play {
    padding: 10px 15px 10px 15px;
    background-color: rgb(251, 240, 217);
    color: rgb(100, 10, 10);
    border: 1px, dashed, rgb(100, 10, 10);
    box-shadow: 3px 3px rgb(100, 10, 10);
    font-weight: 600;
    font-family: 'Eczar', 'serif';
    font-size: large;
    cursor: pointer;
    margin: 5px;
}

.play:hover {
    background-color: rgb(100, 10, 10);
    color: rgb(251, 240, 217);
    box-shadow: 3px 3px rgb(251, 240, 217);
}

.begin {
    padding: 10px 15px 10px 15px;
    background-color: rgb(100, 10, 10);
    color: rgb(251, 240, 217);
    width: 100%;
    height: 10%;
    border: none;
    text-align: center;
    font-weight: 600;
    font-family: 'Eczar', 'serif';
    font-size: large;
    cursor: pointer;
    margin: 5px;
}

.waiting {
    display: none; 
    padding: 10px 15px 10px 15px;
    background-color: rgb(251, 240, 217);
    color: rgb(251, 240, 217);
    width: 100%;
    height: 10%;
    border: none;
    text-align: center;
    font-weight: 600;
    font-family: 'Eczar', 'serif';
    font-size: large;
    /* cursor: pointer; */
    margin: 5px;
}

.answer {
    text-align: center;
    padding: 30px;
    display: none;
    flex-direction: row;
}

.answer_text {
    /* display: none;  */
    padding: 10px 15px 10px 15px;
    background-color: rgb(100, 10, 10);
    color: rgb(251, 240, 217);
    /* width: 100%;
    height: 10%; */
    border: none;
    /* text-align: center; */
    font-weight: 600;
    font-family: 'Eczar', 'serif';
    font-size: large;
    /* cursor: pointer; */
    margin: 5px;
}

.select {
    padding: 10px 15px 10px 15px;
    background-color: rgb(100, 10, 10);
    color: rgb(251, 240, 217);
    border: none;
    font-weight: 600;
    font-family: 'Eczar', 'serif';
    font-size: large;
    margin: 5px;
}

.size_input {
    padding: 10px 15px 10px 15px;
    border: 1px solid rgb(100, 10, 10);
    color:rgb(100, 10, 10);
    font-family: 'Eczar', 'serif';
    font-size: large;
    width: 43px;
}

.line {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.room {
    width: 30px;
    height: 30px;
    border: 1px dotted rgb(100, 10, 10);
    margin: 3px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.curr_room {
    background:rgb(251, 240, 217);
    border: 2px solid rgb(100, 10, 10);
}

.win, .lose {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.win h4, .lose h4 {
    line-height: 100%;
    /* margin: 0; */
    padding: 30px 15px;
    color: rgb(100, 10, 10);
    border: none;
    font-weight: 200;
    font-family: 'Eczar', 'serif';
    font-size: 25px;
    margin: 5px;
}

.controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    justify-items: center;
    align-content: center;
    padding: 10px 15px 10px 15px;
}

.up, .left, .down, .right {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background: rgb(100, 10, 10);
    color: rgb(251, 240, 217);
    padding: 8px 24px 8px 24px;
    margin: 3px;
    text-align: center;
    cursor: pointer;
    font-size: small;
    align-items: center;
}