.link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.link-btn {
    background-color:#FFF21D;
    width: 205px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border-style: solid;
    border-width: 2px;
    border-color: #333333;
    box-shadow: 3px 4px #333333;
}

.link-btn-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
}

.link-btn-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    width: 100%;
}

.link-btn-inner span {
    text-align: center;
}

.external-link-icon {
    position: absolute;
    right: 24px;
    width: 12px;
    height: 12px;
}
