@charset "UTF-8";

.exlink {

}
.exlink h4 {
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;
}
.exlink ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.exlink ul li {
    width: 400px;
}
.exlink ul li a {
    display: block;
    border: 2px solid #f59900;
    color: #333;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding: 20px 0;
}
.exlink ul li a:hover {
    background-color: #f8f2e7;
}