html {
    height: 100%;
    padding-top: 2%;
}

body {
    font-family: 'Roboto', sans-serif;
    background: #212A3E;
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 100%;
    padding-bottom: 6.74rem;
}

main.main {
    height: 100%;
    background-color: #AEE2FF;
    border-radius: 10px;
    margin: 0 2% 0 2%;
    padding-bottom: 1%;
}

main p {
    cursor: default;
}

.head h1 {
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 35px;
    margin-top: 0px;
    padding-top: 20px;
    cursor: default;
}

#title {
    text-align: center;
    font-size: 22px;
}

.menu div#select {
    /* border: 1px solid rgb(0, 0, 0); */
    border-radius: 10px;
    background-color: #AEE2FF;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 2%;
    padding-bottom: 1%;
    padding-right: 0;
    padding-left: 0;
    box-shadow: 5px 5px 32px 2px rgba(0, 0, 0, 0.4);

}

.menu div#select header h1#h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5%;
    cursor: default;
}

.menu div#select header button {
    font-size: 25px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    list-style: none;
    cursor: default;
}

.menu div#select header button.menu {
    display: inline-block;
}

.menu div#select header h1#h1 {
    margin-top: 10px;
    text-align: center;
}

.menu div#select header button#buttonchar {
    display: inline-block;
    border: 1.3px solid black;
    border-radius: 10px;
    padding: 5px;
    margin-left: 5%;
    margin-top: 0;
    text-align: left;
    cursor: pointer;
    color: white;
    background-color: DodgerBlue;
}

.menu div#select header button#buttonboss {
    display: inline-block;
    border: 2px solid CornflowerBlue;
    border-radius: 20px;
    padding: 5px;
    margin-left: 2%;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    cursor: pointer;
    color: white;
    background-color: DodgerBlue;
}

.menu div ul li {
    font-size: 25px;
    margin-left: 0px;
    margin-right: 0px;
    list-style: none;
    cursor: default;
}

.menu div#select header {
    border-bottom: 1px solid rgb(0, 0, 0);
    border-radius: 0px;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
}

.menu div#select header ul.element img {
    width: 40px;
    height: 40px;
    margin-left: 0;
    margin-top: px;
}

.menu div#select header ul.element {
    display: inline-flex;
}

.menu div#select header button.filter {
    display: inline-block;
    /* border: 2px solid CornflowerBlue; */
    border: none;
    border-radius: 30px;
    padding: 5px;
    margin-left: 5%;
    margin-top: 0;
    text-align: left;
    cursor: pointer;
    color: white;
    background-color: #2CD3E1;
    padding-right: 50px;
    margin-right: 0px;
    transition: all .2s ease-in-out;
}

button.filter:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

button.filter span {
    font-size: 1.25rem;
    margin-left: 30px;
}

.menu div#select header button.random {
    display: inline-block;
    border: none;
    border-radius: 30px;
    padding: 5px;
    margin-left: 1%;
    margin-top: 0;
    text-align: left;
    cursor: pointer;
    color: white;
    background-color: #2CD3E1;
    padding-right: 3%;
    padding-left: 3%;
    margin-right: 1%;
    transition: all .2s ease-in-out;
}

.menu div#select header button.random:hover {
    background-color: #00FFAB;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

button.filter span {
    font-size: 1.25rem;
}

.search {
    margin-left: 1%;
    display: inline-block;
}

.search_input {
    all: unset;
    border: 1px solid #2CD3E1;
    border-radius: 10px;
    padding: 5px;
    font-size: 1.25rem;
    transition: all .1s ease-in-out;
}

.search_input:focus {
    box-shadow: 0px 0px 8px 5px #95BDFF;
}

.search_input::placeholder {
    color: #212A3E;
}

.note {
    display: inline;
    color: snow;
    background-color: red;
    width: 100vw;
    font-size: 1rem;
    text-align: center;
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.displaycharacter button {
    color: #e2eff1;
    background-color: #2CD3E1;
}