body {
    font-family: Arial, sans-serif;
    background-color: #f3f4f6;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.login-container {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
input {
    display: block;
    width: 90%;
    padding: 10px;
    margin-bottom: 10px;
}
button {
    width: 100%;
    background-color: #ff6600;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    font-size: 20px;
}
.error {
    color: red;
    font-size: 0.9em;
}

a:link {
	color: #ff6600;
    text-decoration: none;
}

.my-heading {
     color: #dd8800; 
}
