body {
    padding: 0 15px;
}

/* Custom spinner size (optional) */
.spinner-border {
    width: 3rem;
    height: 3rem;
}

/* Custom style for explanation container with a very light shade of green and a matching border */
#explanationContainer {
    background-color: #e8f5e9; /* very light green */
    border-color: #a5d6a7; /* matching light green border */
    color: #1b5e20; /* darker green text color */
}

/* Override the body padding for the navbar */
nav.navbar {
    margin-left: -15px;
    margin-right: -15px;
}
