Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
font-family: "Montserrat", sans-serif;
}
body {
background-color: black;
color: white;
margin: 0;
padding: 20px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.container {
flex: 1;
max-width: 600px;
background-color: #fff;
padding: 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
margin-bottom: 20px;
}
.profile-img {
max-width: 100%;
height: auto;
margin-top: 20px;
}
h1,
h2 {
color: #45CCC5;
}
p {
line-height: 1.6;
}
@media (max-width: 768px) {
.container {
flex: 100%;
}
}