.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.level {
    font-size: 25px;
    &:hover {
        color: #FFD60A;
    }
}

.lvlname {
    color: #FFD60A;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}

.vertical-line2 {
    border: 2px solid #ffffff;
    height: 320px;
    width: 1px;
}

.check {
    margin-top: 2%;
    margin-right: 2%;
}

.done {
    margin-bottom: 180%;
}