/* General Styles */
body {
    font-family: Arial, sans-serif;
}

/* Main Content */
.content {
    min-height: 400px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.1);
}

/* Footer */
.footer {
    background-color: #343a40;
    color: white;
    padding: 50px;
    text-align: center;
}

.månede{
    display: flex;
    justify-content: center;
    align-content: center;
}
/**
.month-selector {
    display: flex;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
    font-size: 14px;
}

.left-button {
    background-color: green;
    color: white;
    padding: 10px 16px;
    font-weight: bold;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-button {
    background-color: green;
    color: white;
    padding: 10px 16px;
    font-weight: bold;
    border: none;
    border-left: 2px solid black;
    cursor: pointer;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-button:focus {
    outline: none;
}
**/

/** her er en test   **/

.month-selector {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
}

.left-button {
    background-color: green;
    color: white;
    padding: 10px 20px;
    font-weight: bold;
    border: none;
}

.right-button {
    background-color: green;
    color: white;
    padding: 10px 20px;
    font-weight: bold;
    border: none;
    border-left: 2px solid black;
    cursor: pointer;
}

/** test slut **/

.withs{
    top: 50%;
    left: 50%;
}

figure{
    display: flex;
    justify-content: center;
    align-content: center;
}

.custom-card {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    transition: transform 0.2s ease;
}

.custom-card:hover {
    transform: scale(1.02);
}

.card-img-top {
    height: 150px;
    object-fit: cover;
}

@media (max-width: 576px) {
    .card-img-top {
        height: 100px;
    }

    .card-body {
        padding: 0.75rem;
    }


    .btn {
        font-size: 0.85rem;
        padding: 4px 10px;
    }

    .card-text {
        font-size: 0.8rem;
    }
}

.info-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.875rem;
    margin-top: 10px;
}

.info-section img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.card-link {
    text-decoration: none;
    color: inherit;
}

header{
    padding-top: 5px;
    padding-bottom: 20px;
}

.container {
    position: relative;
    text-align: center;
    color: white;
}


.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
}

.holy{
    width: 100%;
}


