.content.rune {
    line-height: 1.275;
}

.content.rune span {
    color: #89a0ed;
    font-weight: bold;
}

.content .master__list {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: space-around;
}

.content .master__item {
    width: 70%;
    padding-bottom: 4px;
    margin: 5px 0;
}

.content .master__link {
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: #ccc;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    vertical-align: middle;
}

.content .master__item:nth-child(1) .master__link {
    background: #6884eb;

}

.content .master__item:nth-child(2) .master__link {
    background: #d193ed;

}

.content .master__item:nth-child(3) .master__link {
    background: #ED89A5;

}

.content .master__item:nth-child(4) .master__link {
    background: #75c8f4;
}

.content .master__item:nth-child(5) .master__link {
    background: #ED89D7;
}

.content .master__item:nth-child(6) .master__link {
    background: #ED9F89;
}

.content .master__item:nth-child(7) .master__link {
    background: #fa5ea2;
}

.content .rune__btn input {
    margin: 0 auto 16px;
    background: #6884eb;
}

.content .rune__btn input.skip {
    background: #d193ed;
}
.content .rune_img {
    text-align: center;
}