body {
    background-color: #100d28;
    color: white;
    font-family: Arial, sans-serif;
}

input, button {
    border-radius: 5px;
    border: 2px solid #333;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    padding: 10px;
    margin: 10px;
}

button:hover {
    background-color: #333;
    color: white;
    cursor: pointer;
}

.modal {
    color: #100d28;
}

#phone{
    width: 300px!important;
}