#svg-container {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    background-color: black; /* Add black background */
}

#svg-container-father {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    background-color: black; /* Add black background */
}

.animation-container {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    background-color: black; /* Add black background */
}

button {
    padding: 5px 10px; /* Reduced padding */
    font-size: 12px; /* Reduced font size */
    margin: 5px; /* Reduced margin */
    cursor: pointer;
    border: none;
    border-radius: 5px;
    background-color: #cccccc; /* Discreet grey background color */
    color: white;
    transition: background-color 0.3s;
}

button:hover {
    background-color: #aaaaaa; /* Slightly darker grey on hover */
}

.animation-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.animation-indicators {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: center;
}



.dot {
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.dot.active {
    background-color: #717171;
}
.play-buttons-container {
    display: none; /* Hide initially */
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; /* Allow wrapping */
    margin-bottom: 10px;
}

.play-button {
    background: none;
    border: none;
    color: grey; 
    font-size: 16px;
    cursor: pointer;
    margin: 0 10px;
    padding: 5px 10px; /* Add some padding for better appearance */
    flex: 0 1 auto; /* Allow buttons to wrap but keep tight style */
    text-align: center;
}

.play-button-separator {
    color: grey;
}

.button-selected {
    background-color: #cccccc !important; /* Discreet grey background color */
    color: white;
}

/* Adjustments for smaller screens */
@media (max-width: 600px) {
    .play-button {
        margin: 5px 10px; /* Adjust margin for better spacing on small screens */
    }
    .play-button-separator {
        display: none; /* Hide separators on small screens for a cleaner look */
    }
}



@media (max-width: 600px) {
    .label-space-e-pi,
    .label-time-e-pi,
    .teleology {
        font-size: 18px !important; /* Adjust the font size as needed */
    }

    .label-e-father {
        font-size: 24px !important; /* Adjust the font size as needed */
    }

        
    .label-one
    , .label-zero
    , .sign-holy-spirit-label {
        position: absolute;
        left: 100px; /* Adjust as needed */
        font-size: 50px !important; 
    }

    .label-x {
        font-size: 30px !important;
    }



    .sign-holy-spirit-label {
        position: absolute;
        left: 200px; /* Adjust as needed */
    }
}