.link {
    background-color: #4f7ce6;
    display: flex;
    justify-content: space-around;
    color: white;
    font-size: 16rem;
}

.link>a {
    width: 100%;
    text-align: center;
    padding: 20rem 0;
}


.link>a:hover {
    font-weight: bold;
    background-color: #3f51b5;
}

.link>a>span {
    border-right: 1px solid #bfbfbf;
    display: block;
}

.link>a:last-child>span {
    border: 0;
}

h3 {
    text-align: center;
}