@import "other.css";
.age_verification {
    background-color: #f0f0f0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.call-now {
    background: #ff0202;
    width: 100%;
    float: left;
    text-align: center;
    padding: 8px;
}
.call-now h5 {
    font-size: 34px;
    font-weight: 600;
    font-family: calibri;
    letter-spacing: 0.2px;
    color: #ffffff;
}
.call-now h5 a {
    text-decoration: none;
    font-size: 34px;
    font-weight: 600;
    font-family: calibri;
    letter-spacing: 0.2px;
    color: #ffffff !important;
}
