body {
    background-color: rgb(30, 41, 51);
    color: white;;
}

.container {
    display: flex;
    flex-direction: column;
}

h1,
h2 {
    text-align: center;
}

a {
    color: white;
    text-decoration: none;
    text-align: center;
}

nav {
    display: flex;
    justify-content: center;
    gap: 2rem;
    text-align: center;
    
}