body, html {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    text-align: center;
}

.title {
    font-size: 3em; /* Larger font size for the title */
    margin-bottom: 0.5em; /* Spacing between title and welcome message */
}

.welcome-message {
    margin-top: 0.5em; /* Spacing between welcome message and title */
}

.nav-right {
    position: absolute;
    right: 0;
    top: 0;
}

.nav-right ul {
    list-style-type: none;
    padding: 0;
}

.nav-right ul li {
    margin-bottom: 1em; /* Spacing between navigation links */
}
