.link-wrapper {
    width: 100%;
    margin: 30px auto 10px;
    text-align: center;
    padding: 15px;
    border-radius: 15px;
    border: 3px solid #ffa500;
}

.link-box a,.link-box p {
    font-size: 16.5px;
}

.link-box a {
    color: blue;
    text-decoration: none;
}

.link-box a:hover {
    text-decoration: underline;
}

.link-box a:active {
    color: purple;
}

.link-box p {
    margin: 10px 0 7px;
}

.button-box {
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
}

.link_button {
    background-color: #df002d;
    border-radius: 25px;
    color: #fff !important;
    display: inline-flex;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none !important;
    transition: opacity 0.3s;
}

.link_button:hover {
    opacity: .7;
}

.link_button-inner {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 50px;
    min-width: 240px;
}