body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    background-color: #f0f0f0; /* Light grey background */
}

.container {
    text-align: center;
}

.box {
    background-color: white;
    border: 2px solid #333; /* Dark border for contrast */
    border-radius: 10px; /* Rounded corners */
    padding: 25px; /* Slightly more padding for height */
    margin: 10px 0; /* Spacing between boxes */
    width: 500px; /* Increased width */
    max-height: fit-content; /* Adjust height as per content */
}

.box a {
    color: black; /* Black text color */
    font-weight: bold; /* Bold font */
    text-decoration: none; /* No underline */
    font-size: x-large;
}

/* Custom styles for individual boxes */
#ecological-economics {
    /* Custom styles if needed */
}

#computational-social-science {
    /* Custom styles if needed */
}