body {
    background-color: rgba(191, 224, 223, 1);
}
.Title {
    background-color: rgba(138, 47, 56, 1);
    color: rgba(233, 233, 230, 1);
    font-size: 55px;
    margin: -20px 500px;
    padding: 20px 50px;
    text-align: center;
    display: inline-block;
    border-radius: 15px;

}
.Home {
    width: 55px;
}
.Search {
    position: absolute;
    top: 20px;
    right: 80px;
    cursor: pointer;
}
label[for="toggleSearch"] img {
    cursor: pointer;
}
#searchBar {
    display: none;
    position: absolute;
    top: 20px;
    right: 140px;

    width: 250px;
    padding: 10px;
    font-size: 16px;
}

/* Show search bar when checkbox is checked */
#toggleSearch:checked ~ #searchBar {
    display: block;
}

.Menu {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 45px;
}
.column {
    display: flex;
    flex-direction: column;
    width: 400px;
    height: 100px;
    position: absolute;
    top: 50%;
    right: 600px;
}

.buttons {
    color: rgba(233, 233, 230, 1);
    background-color: rgba(79, 58, 102, 1);
    font-size: 2rem;
    text-align: center;
    line-height: 2;
    margin: 3px;
    padding: 5px;
    border-radius: 50px;

    text-decoration: none;
    display: block;
}
.buttons:hover {
    background-color: rgba(100, 75, 130, 1);
    cursor: pointer;
}
.Explain {
    color: rgba(233, 233, 230, 1);
    background-color: rgba(79, 58, 102, 1);
    border-radius: 8px;
    font-size: 2rem;
    padding: 5px 14px;
    margin: 120px 420px;
    position: absolute;
}
.draw {
    background-color: rgba(76, 76, 76, 1);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 280px;
    margin: 20px -305px;
}
.Ulige {
    color: rgba(233, 233, 230, 1);
    background-color: rgba(79, 58, 102, 1);
    font-size: 1.5rem;
    position: relative;
    left: -125%;
    width: 18px;
    text-align: center;
}
.Lige {
    color: rgba(233, 233, 230, 1);
    background-color: rgba(79, 58, 102, 1);
    font-size: 1.5rem;
    position: relative;
    left: -115%;
    width: 18px;
    text-align: center;
}