Spaces:
Sleeping
Sleeping
.not-found-container { | |
text-align: center; | |
margin-top: 50px; | |
} | |
.not-found-container h1 { | |
font-size: 3em; | |
margin-bottom: 20px; | |
} | |
.not-found-container p { | |
font-size: 1.5em; | |
margin-bottom: 30px; | |
} | |
.home-link { | |
font-size: 1.2em; | |
color: #007bff; | |
text-decoration: none; | |
transition: color 0.2s ease-in-out; | |
} | |
.home-link:hover { | |
color: #0056b3; | |
} | |