.quote {
    font-style: italic;
    font-size: 1.1rem;
    color: #fff;
    background: rgba(0,0,0,0.25);
    border-left: 4px solid #0d6efd;
    padding: 1rem 1.2rem 1rem 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 0.5rem;
    max-width: 100%;
}
.blockquote-footer {
    font-size: 0.95em;
    color: #b0b0b0 !important;
}
.social-icons a {
    transition: color 0.2s;
}
.social-icons a:hover {
    color: #fc4141 !important; /* Bootstrap blue */
}
body {
    min-height: 100vh;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
        url('media/bg-tidstyv0516_web.jpg') no-repeat center center fixed;
    background-size: cover;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-content {
    text-align: center;
    background: rgba(0,0,0,0.3);
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    max-width: 95vw;
    width: 400px;
}

.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 281px;
    width: 87.5%;
    height: auto;
}
h1 {
    font-weight: 700;
    letter-spacing: 2px;
}
p {
    font-size: 1.2rem;
    margin-top: 1rem;
}
@media (min-width: 992px) {
    .main-content {
        max-width: 800px;
        width: 100%;
    }
}

@media (max-width: 500px) {
    .main-content {
        width: 100vw;
        padding: 1.5rem 0.5rem;
    }
    h1 {
        font-size: 2rem;
    }
}
