.other {
    padding-left: 1.2rem;
}

.other p {
    line-height: 1;
}

.entry {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.entry div {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3ea6ff;
    padding: 10px 20px;
    border-radius: 999px;
    transition: background 0.2s;
}

.entry div:hover {
    background: #ff9028;
}

.entry a {
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    text-decoration: none;
}

.entry span {
    color: #fff;
    font-size: 0.8rem;
}