2025-05-12 19:31:19 +02:00
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Logo */
|
|
|
|
|
|
|
|
.logo.img {
|
|
|
|
position: absolute;
|
|
|
|
top: 1.6rem;
|
2025-05-13 02:02:46 +02:00
|
|
|
left: 2rem;
|
2025-05-12 19:31:19 +02:00
|
|
|
height: 6em;
|
|
|
|
padding: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.logo.text {
|
|
|
|
|
|
|
|
position: relative;
|
2025-05-13 02:02:46 +02:00
|
|
|
left: 5rem;
|
|
|
|
top: 3.3rem;
|
2025-05-12 19:31:19 +02:00
|
|
|
|
|
|
|
color: #eaeaea;
|
|
|
|
font-family: Inter;
|
|
|
|
font-weight: 600;
|
|
|
|
|
|
|
|
padding: 1.5em;
|
|
|
|
|
|
|
|
font-size: 3em;
|
2025-05-13 02:02:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
position: absolute;
|
|
|
|
left: 0rem;
|
|
|
|
top: -3rem;
|
|
|
|
|
|
|
|
color: #eaeaea;
|
|
|
|
font-family: Inter;
|
|
|
|
font-weight: 600;
|
|
|
|
|
|
|
|
padding: 1.5em;
|
|
|
|
|
|
|
|
font-size: 3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.content-container {
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
top: 11rem;
|
|
|
|
right: 4rem;
|
|
|
|
left: 43rem;
|
|
|
|
bottom: 4rem;
|
|
|
|
|
|
|
|
min-height: 20rem;
|
|
|
|
min-width: 50rem;
|
|
|
|
|
|
|
|
background-color: #1a1a1a;
|
|
|
|
color: #eaeaea;
|
|
|
|
|
|
|
|
border: #3a3a3a solid;
|
|
|
|
border-width: .1em;
|
|
|
|
border-radius: .5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
|
|
|
position: absolute;
|
|
|
|
top: 11rem;
|
|
|
|
right: 4rem;
|
|
|
|
left: 4rem;
|
|
|
|
bottom: 4rem;
|
|
|
|
|
|
|
|
padding: 3rem;
|
|
|
|
|
|
|
|
background-color: #101010;
|
|
|
|
color: #eaeaea;
|
|
|
|
|
|
|
|
border: #3a3a3a solid;
|
|
|
|
border-width: .1em;
|
|
|
|
border-radius: .5rem;
|
|
|
|
|
2025-05-12 19:31:19 +02:00
|
|
|
}
|