2023-01-28 17:20:37 +01:00
|
|
|
.con404 {
|
|
|
|
margin: auto;
|
|
|
|
text-align: center;
|
|
|
|
color: #cfe8f6;
|
2022-08-13 16:15:08 +02:00
|
|
|
font-family: "Sofia-Pro-Medium";
|
|
|
|
}
|
|
|
|
|
2023-01-28 17:20:37 +01:00
|
|
|
.con404 > img {
|
|
|
|
margin-top: 60px;
|
|
|
|
margin-bottom: 60px;
|
2022-08-13 16:15:08 +02:00
|
|
|
margin-left: auto;
|
2023-01-28 17:20:37 +01:00
|
|
|
margin-right: auto;
|
|
|
|
max-height: 40vh;
|
|
|
|
max-width: 60vw;
|
2022-08-13 16:15:08 +02:00
|
|
|
}
|
|
|
|
|
2023-01-28 17:20:37 +01:00
|
|
|
.con404 > h1 {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
font-size: 48px;
|
2022-08-13 16:15:08 +02:00
|
|
|
}
|
|
|
|
|
2023-01-28 17:20:37 +01:00
|
|
|
.con404 > p {
|
|
|
|
font-size: 20px;
|
|
|
|
margin-left: 30px;
|
|
|
|
margin-right: 30px;
|
|
|
|
margin-bottom: 30px;
|
2022-08-13 16:15:08 +02:00
|
|
|
}
|
|
|
|
|
2023-01-28 17:20:37 +01:00
|
|
|
.con404 > a > button{
|
|
|
|
padding: 20px;
|
2022-08-13 16:15:08 +02:00
|
|
|
background-color: aquamarine;
|
2023-01-28 17:20:37 +01:00
|
|
|
border: solid aquamarine;
|
|
|
|
border-radius: 0.2rem;
|
|
|
|
margin-bottom: 60px;
|
|
|
|
transition: all 0.5s ease;
|
|
|
|
font-size: 20px;
|
|
|
|
font-family: "Sofia-Pro-Medium";
|
2022-08-13 16:15:08 +02:00
|
|
|
}
|
|
|
|
|
2023-01-28 17:20:37 +01:00
|
|
|
.con404 > a > button:hover {
|
|
|
|
background-color: #1a1a2e;
|
|
|
|
color: aquamarine;
|
2022-08-13 16:15:08 +02:00
|
|
|
transform: scale(1.2);
|
2023-02-23 19:48:08 +01:00
|
|
|
cursor: pointer;
|
2022-08-13 16:15:08 +02:00
|
|
|
}
|