/*COPY OF styles.css FitForFitness  Author: Sarah Tokarz styles.css*/

.body1 {
    font-family: "Poppins", sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
    background: url("milegym.jpg") center/cover fixed no-repeat;
    background-size: cover;
}

body {
    font-family: "Poppins", sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
}

nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #dee2e6;
    padding: 1rem;
}

nav a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    margin: 0.5rem 0;
    transition: color 0.3s ease;
}

nav a:hover,
nav a.active {
    color: #28a745;
}

@media (min-width: 768px) {
    nav {
        flex-direction: row;
        justify-content: space-evenly;
    }

    nav a {
        margin: 0 1rem;
    }
}

header h1,
header p {
    color: #ffffff !important;
}

table {
    border-radius: 8px;
    overflow: hidden;
}

.card {
    border: 1px solid #dee2e6;
    border-radius: 10px;
}

.card img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

footer {
    color: #ffffff !important;
}

.container {
    background-color: rgba(255, 255, 255, 0.8);
}

.cc {
    color: #333333 !important;
}