Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
/* @font-face {
font-family: "CopenhagenGrotesk-Bold";
src: url("fonts/CopenhagenGrotesk-Bold.otf") format("opentype");
} */
@font-face {
font-family: "CopenhagenGrotesk-light";
src: url("fonts/CopenhagenGrotesk-light.otf") format("opentype");
}
@font-face {
font-family: "CopenhagenGrotesk";
src: url("fonts/CopenhagenGrotesk.otf") format("opentype");
}
h2, a {
font-family: "CopenhagenGrotesk";
color: rgb(118, 164, 237);
}
p {
font-family: "CopenhagenGrotesk-light";
color: rgb(232, 229, 225);
text-align: justify;
}
body {
margin: 40px;
background-color: #232323;
}
.content-wrapper {
display: flex;
flex-direction: column;
gap: 60px;
margin: auto;
padding: 30px;
width: 800px;
max-width: 100%;
box-sizing: border-box;
border-radius: 20px;
border: 1px solid #404040;
background-color: #2c2c2c;
color: rgb(240, 240, 234);
}
.item {
display: flex;
flex-direction: column;
gap: 30px;
}
.content-wrapper * {
margin: 0;
}
.item-image {
border-radius: 5px;
width: 300px;
max-width: 100%;
filter: drop-shadow(0 0 5px #00000020);
}
hr {
border: none;
border-top: 1px solid #545454;
}
a {
text-underline-offset: 3px;
}
.links {
display: flex;
flex-direction: column;
gap: 10px;
}
.link {
display: flex;
gap: 10px;
}
.favicon {
height: 25px;
width: 25px;
}
small {
color: rgb(184, 184, 184);
}
.image-links {
display: flex;
align-items: center;
justify-content: space-around;
}
@media only screen and (max-width: 750px) {
.image-links {
flex-direction: column;
gap: 30px;
}
}