Spaces:
Running
Running
File size: 365 Bytes
27e40c0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
.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;
}
|