html,
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 26px;
    height: 15em;
    background-color: #111115;
    color: white;
    margin: 0;
    position: relative;
    top: 50%;
    text-align: center
}

.oneLine {
    display: flex;
    max-width: 100%;
    height: auto;
    margin-top: 20px
}

.up {
    margin-top: -1%
}

.down {
    margin-top: 30px
}

#rating,
#tags {
    display: inline-block;
    width: 55%
}

#doNotShowTags,
#doNotShowTags-label,
#start {
    display: inline-block
}

#doNotShowTags {
    margin-left: 17%;
    margin-top: 12px
}

#doNotShowTags-label {
    margin-right: 25%;
    margin-left: 1%
}

#min_num,
#max_num {
    max-width: 30%;
    height: 30px;
    margin-top: -1%;
    background-color: black;
    color: white;
    border-color: black;
    margin-left: 41%
}

#min_num_text,
#max_num_text {
    font-size: 0.7em
}

#min_num_text {
    margin-left: 60%
}

#max_num_text {
    margin-left: 3%
}

#user-res {
    width: 60%
}

#choose {
    width: 30%;
    height: 35px;
    margin-left: 3%
}

#choose,
#choose-child {
    background-color: black;
    border-color: black;
    color: white
}

#start {
    width: 20%;
    background-color: #0f0f52;
    color: white;
    border: #0f0f52
}

#start:hover {
    background-color: #1212cd;
    color: white;
    border: #1212cd;
    transition: 1.5s
}

#start:not(:hover) {
    transition: 1s
}

#name {
    padding-bottom: 20px
}