body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin-top: 50px;
	background-color: #c31424;
}

h1 {
    color: #FFF;
}

p {
    color: #FFF;
}

button {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}