body {
    background-color: black;
    color: white;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: white;
    text-decoration: none;
    font-weight: 300;
    font-size: 2.5rem;
}

.nav-bar {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    max-width: 1200px;
    justify-content: space-between;
    align-items: baseline;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 5%;
    padding-right: 5%;
}

.nav-links {
    width: 50%;
    max-width: 500px;
    display: flex;
    justify-content: space-between;
    gap: 8%;
}

.logo-title {
    margin: 0;
    display: inline-block;
    font-size: 3.5rem;
    font-weight: 900;
}

.introduction {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2% 0;
}

.intro-title {
    font-weight: 700;
    font-size: 2.5rem;
}

.intro-content {
    font-weight: 300;
    font-size: 2rem;
}

.intro-card {
    flex-grow: 1;
    flex-basis: 0;
}