body {
    margin-top: 30px;
    padding: 0;
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-color: black;
    color: #fff;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: 50%;
    margin-top: 10%;
}

.container {
    max-width: 600px;
    margin: 100px auto;
    padding: 20px;
    background-color: #1f1f1f;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.658);
    margin-top: 10%;

}

h1 {
    text-align: center;
}

.disclaimer {
    text-align: center;
    font-weight: bold;
    color: red;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    font-size: small;
}
.text{
    background-color:lightsteelblue;
    border-radius: 8px;
}
form {
    text-align: center;
}

label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    color: #fff;
}

input[type="text"] {
    width: 90%;
    padding: 10px;
    margin-bottom: 20px;
    border: #45a049;
    border-radius: 20px;
    background-color: #333;
    color: #fff;
    font-family: Georgia, 'Times New Roman', Times, serif;
  
}

button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #4CAF50;
    color: #fff;
    cursor: pointer;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    font-size: large;
}

button:hover {
    background-color: blue;
}

/* s */

@media screen and (max-width: 600px) {
    .container {
        width: 90%;
    }


}

/* For iPhone 12 Pro and below */
@media only screen and (max-device-width: 844px) {
    /* Your CSS styles here */
    .ok {
        width: 4rem;
    }
  }

.footer{
    text-align: center;
    margin-top: 20%;
}

.note {
    text-align: center;
}


.ok {
     height: 4rem;
     width: 4rem;
     border-radius: 7px;
     box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.img-container{
   padding: 4px;
}

.yes{
   display: flex;
   justify-content: center
   
}