.custom-alert {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    z-index: 1000;
    width: 300px;
    
   
}
.font_size{
    font-size: 48px;
}

.custom-alert h4 {
    font-size: 18px;
    margin: 0 0 15px;
    color: #333;
}

.custom-alert .btn {
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
}

.custom-alert .btn:hover {
    background-color: #0056b3;
}
.main_heading{
    letter-spacing: 6px;
    color:#80db66;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size:30px;
}

