Spaces:
Sleeping
Sleeping
body { | |
font-family: Arial, sans-serif; | |
text-align: center; | |
background-color: #f8f8f8; | |
} | |
h1 { | |
color: #333; | |
} | |
form { | |
margin: 20px; | |
} | |
button { | |
background-color: #4CAF50; | |
color: white; | |
padding: 10px 20px; | |
border: none; | |
cursor: pointer; | |
} | |
button:hover { | |
background-color: #45a049; | |
} | |
img { | |
width: 50%; | |
margin-top: 20px; | |
border-radius: 5px; | |
} | |