p {
    text-align: center;
    font-weight: bold;
    color: rgb(93, 93, 93);
}

.link-expired {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.link-expired-content {
    font-size: 16px;
    line-height: 1.3;
}

.contact-us-div {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 72px;
}

.contact-us {
    font-size: 12px;
    color: #fff !important;
    text-decoration: none !important;
    padding: 8px 30px 8px 30px;
    border-radius: 6px;
    background-color: rgb(247, 144, 29);
    width: 140px;
    height: 35px;
    font-weight: bold;
}

.privacy {
    text-align: center;
    margin-bottom: 5px;
}

.privacy a {
    font-size: 14px;
    color: rgb(49, 135, 198);
    font-weight: bold;
}