.bg-blue {
    background-color: #002866;
    justify-content: center;
}

/* .contant {
    padding: 0 600px;
} */

.contant img {
    padding: 0px 5px;
}

.text-danger {
    font-weight: 900;
    font-size: 35px;
}

.text-white {
    font-size: 30px;
}

.bg-red {
    background-color: red;
}

.font-size {
    font-size: 30px;
}

form {
    background: linear-gradient(90deg, #614385, #516395);
    color: #fff;
    padding: 10px;
}

form input {
    width: 100%;
    border-radius: 10px;
    padding: 8px;
}

.submit-form {
    border: 2px solid white;
    color: #fff;
    margin-top: 20px;
}

.heading {
    font-size: 30px;
}

.texy-white {
    color: white;
    font-size: 25px;
}

.texy-white li {
    margin-top: 20px;
}

.border p {
    border: 3px dashed black;
    margin-bottom: 0;
}

.grediant {
    background-color: #F7E8E8;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px rgba(243.09999999999997, 0, 0, 0.5);
}

.round img {
    width: 200px;
    border-radius: 100%;
    display: flex;
}

.part-1-1 {
    width: 50%;
}

.part-2-2 {
    width: 50%;
    line-height: 100px;
}

textarea {
    resize: vertical;
    width: 100%;
    border-radius: 10px;
}

.submit {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background-color: #516395;
    color: #fff;
    font-weight: 1000;
    border-bottom: 3px solid white;
    border-right: 3px solid white;
}

.text-warning {
    font-size: 30px;
}

.timer {
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: red;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.time-box {
    padding: 10px;
    border-radius: 5px;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}