body {
    font-family: 'Arial', sans-serif;
    background-color: #f8f8f8;
    color: #333;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 400px;
    margin: 50px auto;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

h1 {
    text-align: center;
    color: #ff0066;
}

.form {
    margin-top: 20px;
    left: 10%;
    width: 30%;
}

#from{
    margin-left: 35%;
    text-align: center;
    left: 10%;
    width: 30%;
}

label {
    display: block;
    margin-bottom: 5px;
    color: #333;
}

input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

#btn {
    background-color: #ff0066;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#btn:hover {
    background-color: #cc0044;
}

.center {
    text-align: center;
    margin-top: 20px;
    color: #333;
}

.success {
    color: #008000;
    text-align: center;
}

.error {
    color: #ff0000;
    text-align: center;
}

a {
    color: #ff0066;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
