2025-09-29 09:51:54 +02:00
|
|
|
body{
|
2025-09-30 10:00:51 +02:00
|
|
|
background-color: #cd977e;
|
2025-09-29 09:51:54 +02:00
|
|
|
}
|
|
|
|
|
|
2025-09-30 09:49:14 +02:00
|
|
|
|
|
|
|
|
ul {
|
|
|
|
|
list-style-type: none;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
2025-09-30 10:00:51 +02:00
|
|
|
background-color: #d3705a;
|
2025-09-30 09:49:14 +02:00
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
border-radius: 15px;
|
2025-09-29 09:57:22 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button{
|
2025-09-30 10:00:51 +02:00
|
|
|
color: white;
|
2025-09-30 09:49:14 +02:00
|
|
|
font-size: large;
|
|
|
|
|
font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif ;
|
2025-09-30 10:00:51 +02:00
|
|
|
background-color: #1f4952;
|
2025-09-30 09:49:14 +02:00
|
|
|
height: 100px;
|
|
|
|
|
width: 150px;
|
|
|
|
|
margin: 1rem;
|
|
|
|
|
border-radius: 5px;
|
2025-09-29 09:51:54 +02:00
|
|
|
}
|