.results {
    text-align: center;
    margin-right: 18px;
    position: relative;
    top: 49px;
}

.flex {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 90%;
}

.normal.line {
    line-height: 1;
}

.normalB {
    font-size: 1.2rem;
    margin: 1rem;
    line-height: 1.1;
}

.box.large {
    width: 100%;
    height: 400px;
    margin-right: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    line-height: 1;
}

.box.smalls {
    width: 250px;
    height: 130px;
    margin-right: 16px;
    margin-top: -45px;

}

.box.smalls2 {
    width: 160px;
    height: 90px;
    margin-right: 16px;
    margin-top: -45px;
    right:14%;
}

.moon {
    margin-left: 70px;
    position: relative;
    top: 51px;
}

.box.smalls:nth-child(1) {
    background-image: url(../redfield.gif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-color: #726a97;
}

.box.smalls:nth-child(2) {
    background-image: url(../holo.gif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-color: #5c4a3f;
}

.box.smalls:nth-child(3) {
    background-image: url(../tourG.gif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-color: #4a4f51;
}

.box.smalls2:nth-child(1) {
    background-image: url(../run.gif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top-color: #BDBDBD;
    border-left-color: #BDBDBD;
    border-bottom-color: #65962D;
    border-right-color:#65962D;
}

.box.smalls2:nth-child(2) {
    background-image: url(../oguri.gif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top-color: #BDBDBD;
    border-left-color: #BDBDBD;
    border-bottom-color: #65962D;
    border-right-color:#65962D;
}

.box.smalls2:nth-child(3) {
    background-image: url(../tamamo.gif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top-color: #BDBDBD;
    border-left-color: #BDBDBD;
    border-bottom-color: #65962D;
    border-right-color:#65962D;
}

.lowkey {
    position: absolute;
    top: 53%;
}

.lowkey:nth-child(1) {
    top: 9%;
}

.ascii {
    color: #fff;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
    font-weight: bold;
}

.red {
    color: #8c0000;
}
