
.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

nav ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    text-decoration: none;
    gap: 1-rem;
    margin: 0;
    padding: 0;
}

.social-media a {
    gap: 2-rem;
    margin-left: 20px;
    text-decoration: none;
    color: white;
    font-size: 22px;
}

.nav-bar li {
    margin-left: 3rem;
}
nav a{
    text-decoration: none;
    color: white;
}

a:hover {
    color: none;
}
a:visited {
    color: none;
}

a:active{
    color:none;
}

body {
    font-family: "Poppins", sans-serif;
    background-color: #22254b;
    margin: 0;
    padding: 0;
    color: white;
}

header {
    background-color: #373b69;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    box-shadow: 0 -3px 10px 3px rgba(0, 0, 0, 0.2);
}

footer {
    background-color: #373b69;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    font-family: sans-serif;
    box-shadow: 0 -3px 10px 3px rgba(0, 0, 0, 0.2);
}

.welcome {
    padding-bottom: 1rem;
}

h2 {
    text-align: center;
}

main .containers {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.containers {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    gap: 2rem;
}



.popular h2 {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
}



