body { font-family: sans-serif; background: #f0f8ff; }
.form-group { margin-bottom: 10px; }
label { display: block; font-weight: bold; }
.entry { background: #fff; margin: 10px 0; padding: 10px; border: 1px solid #ccc; }
.error { background: #ffe0e0; color: #a00; padding: 10px; margin: 10px 0; }

body{
.roboto {
             font-family: "Roboto", sans-serif;
             font-optical-sizing: auto;
             font-style: normal;
             font-variation-settings:
                 "wdth" 500;
         }
}


body {
    background-color: #A0F2F2;
    background-image: url("baggrund 4.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: crosshair;
}
.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}
.guestbook-form-container {
    background: linear-gradient(to bottom, #EED0F2, #D4C7D9);
    padding: 25px;
    border-radius: 0;
    border: 3px solid #e615ab;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
    border-radius: 30px;
}
h1 {
    color: #000000;
    margin-bottom: 30px;
    font-size: 32px;
    letter-spacing: 1px;
    font-weight: bold;
    text-shadow:  0 0 6px #f4059f;

}

h1:before, h1:after {
    content: "✧";
    color: #ff6699;
    margin: 0 10px;
}
.welcome-message {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
}
.form-group {
    margin-bottom: 15px;
}
label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #e615ab;
    border-radius: 20px;
}
input, textarea {
    width: 100%;
    padding: 8px;
    border: 2px inset #ccccff;
    border-radius: 0;
    font-family: inherit;
    font-size: 14px;
    box-sizing: border-box;
    background-color: #f9f9ff;
}
textarea {
    height: 80px;
    resize: vertical;
}
button {
    background: linear-gradient(to bottom, #3FBFBF, #F288A4);
    color: white;
    padding: 10px 20px;
    border: 2px outset #3FBFBF;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    font-family: inherit;
}
button:hover {
    background: linear-gradient(to bottom, #ffaa00, #ff7700);
}
button:active {
    border-style: inset;
}
.error {
    color: #cc0000;
    margin: 10px 0;
    padding: 10px;
    background-color: #fff0f0;
    border: 1px solid #ffcccc;
    border-radius: 0;
}
.entries {
    margin-top: 40px;
}
.entry {
    background-color: #faeef6;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #f4059f;
    border-radius: 30px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.entry-header {
    font-weight: bold;
    color: #f4059f;
    margin-bottom: 5px;
    border-bottom: 1px dotted #F191F2;
    padding-bottom: 5px;
}
.entry-date {
    font-size: 11px;
    color: #555555;
    margin-left: 10px;
}
.entry-message {
    margin-top: 10px;
    line-height: 1.5;
    color: #333333;
}
.no-entries {
    text-align: center;
    color: #666699;
    font-style: italic;
    margin-top: 20px;
    padding: 20px;
    border: 1px dashed #99ccff;
}
.footer {
    text-align: center;
    margin-top: 30px;
    font-size: 12px;
    border-top: 1px dotted #99ccff;
    padding-top: 15px;
}
.construction-image {
    height: 20px;
    width: auto;
}
.construction-image-left {
    margin-right: 5px;
}
.construction-image-right {
    margin-left: 5px;
}
.construction-text {
    vertical-align: top;
}
a {
    color: #e615ab;
    text-decoration: underline;
}
a:hover {
    color: #ff6600;
}
.toggle-button-container {
    text-align: center;
    margin-bottom: 20px;
}
.toggle-button {
    background: linear-gradient(to bottom, #F21D44, #F272C5);
    color: #DFF2F2;
    padding: 20px 30px;
    border: 2px outset #22F2A6;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    font-family: inherit;
}
.toggle-button:hover {
    background: linear-gradient(to bottom, #3FBFBF, #F288A4);
    color: black;
}
.toggle-button:active {
    border-style: inset;
}
.close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #999999;
    cursor: pointer;
    line-height: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
}
.close-button:hover {
    color: #cc0000;
}
.guestbook-form-container {
    position: relative;
}
/* Recreate the classic <blink> tag effect */
blink {
    animation: blinker 1s step-end infinite;
    font-weight: bold;
    color: #ff3366;
}
@keyframes blinker {
    50% { opacity: 0; }
}

.enteriesspørgsmål{
    color: #f4059f;
    margin-bottom: 30px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;

}
