.legal-smoking-age{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 500px;
    height: 450px;
    z-index: 9999;
    background-color: #000000;
    border: 2px solid #FFFFFF;
    transform: translateY(-100px);
}
.legal-smoking-age .logo{
    margin-top: 10px;
    text-align: center;
}
.legal-smoking-age .title{
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
}
.legal-smoking-age .content{
    margin-top: 20px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    padding: 0 20px;
}
.legal-smoking-age .footer{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}
.legal-smoking-age .footer-flex{
    display: flex;
    justify-content: space-around;
}
.legal-smoking-age .footer-flex .submit-btn{
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    padding: 5px 10px;
    width: 150px;
    cursor: pointer;
}