body {
background-color: #f0f4f8;
}
.center-title {
color: black ;
text-align: center;
margin-bottom: 2rem;
font-size: 2.5rem;
font-family: Arial, sans-serif;
}
.center-button {
display: flex;
justify-content: center;
align-items: center;
height: 20vh;
width: 50vh;
}
button {
background-color: #0074D9;
color: white;
border: none;
padding: 0.75em 2em;
border-radius: 4px;
font-size: 1.2em;
cursor: pointer;
transition: background 0.2s;
}
button:hover {
background-color: #005fa3;
}
