body {
    font-family: Arial, sans-serif;
    background-color: #fdc595;
    margin: 0;
    padding: 0;

}

.container {
    
    width: 50%;
    margin: 50px auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h2 {
    text-align: center;
    font-size:40px;
}

.form-group {
    margin-bottom: 20px;
}

label {
    font-weight: bold;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 30px;
}

textarea {
    height: 100px;
}

button[type="submit"] {
    background-color: #4caf50;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s;
}

button[type="submit"]:hover {
    background-color: #45a049;
}
a{
    text-decoration: none;
    color: rgb(0, 91, 228);
    font-size: 25px;
    font-weight: 700;
    text-decoration: none;
    width: 95px;
    display:flex;
   
}
