@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

body {
    margin: 0;
    background-color: #212121;
    font-family: "Inter", Helvetica, Arial, sans-serif, "Segoe UI", Roboto, -apple-system, BlinkMacSystemFont;
}

.navbar {
    display: flex;
    background-color: #212121;
    padding: 0.5px 0px;
    border-bottom: 8px solid #3b3b3b;
}

.navbar-logo img {
    height: 100px;
    width: auto;
    display: block;
    margin-left: 10px;
    padding: 0px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 25px;
    margin-top: 40px;
    padding: 0;

}

.nav-links a {
  text-decoration: none; 
  color: #fce98e;
  font-size: 18px;   
}



.title h1 {
    font-size: 90px;
    margin-top:90px;
    margin-left: 90px;
    font-weight: bold;

    font-family: "IBM Plex Sans", "Space Grotesk", Helvetica, Arial, sans-serif, "Segoe UI", Roboto, -apple-system, BlinkMacSystemFont;
    color: #fce98e;
}

.title p {
    margin-left: 95px;
    color: #FFFFFF;
    margin-top: 50px;
    font-size: 25px;
    font-family: "IBM Plex Sans", "Space Grotesk", Helvetica, Arial, sans-serif, "Segoe UI", Roboto, -apple-system, BlinkMacSystemFont;
    width: 600px;
}

#lumen-logo {
    display: block;
    margin-left: auto;
    margin-right: 20px;
    margin-top: -500px;

    width: 800px;
    height: auto;
}

#FIRST-logo {
    display: block;
    width: 250px;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
}

.title {
    border-bottom: 3px solid #3b3b3b;
}

.about h1 {
    text-align: center;
    margin-top: 80px;
    font-size: 65px;
    font-family: "Inter", Helvetica, "IBM Plex Sans", "Space Grotesk", Arial, sans-serif, "Segoe UI", Roboto, -apple-system, BlinkMacSystemFont;
    color: #fce98e;

}

.about p {
    text-align: center;
    font-size: 23px;
    margin: auto;
    padding: 10px;
    font-family: "Inter", Helvetica, "IBM Plex Sans", "Space Grotesk", Arial, sans-serif, "Segoe UI", Roboto, -apple-system, BlinkMacSystemFont;
    color: white;
    line-height: 1.5;
    max-width: 500px;
    text-wrap: balance;

}

.about {
    padding-bottom: 80px;
    border-bottom: 3px solid #3b3b3b;
}

.mission h1 {
    text-align: center;
    margin-top: 80px;
    font-size: 65px;
    font-family: "Inter", Helvetica, "IBM Plex Sans", "Space Grotesk", Arial, sans-serif, "Segoe UI", Roboto, -apple-system, BlinkMacSystemFont;
    color: #fce98e;
}

.mission p {
    text-align: center;
    font-size: 23px;
    margin: auto;
    padding: 10px;
    font-family: "Inter", Helvetica, "IBM Plex Sans", "Space Grotesk", Arial, sans-serif, "Segoe UI", Roboto, -apple-system, BlinkMacSystemFont;
    color: white;
    line-height: 1.5;
    max-width: 500px;
    text-wrap: balance;
}

.mission {
    padding-bottom: 80px;
    border-bottom: 3px solid #3b3b3b;
}

.sponsor h1 {
    text-align: center;
    margin-top: 80px;
    font-size: 65px;
    font-family: "Inter", Helvetica, "IBM Plex Sans", "Space Grotesk", Arial, sans-serif, "Segoe UI", Roboto, -apple-system, BlinkMacSystemFont;
    color: #fce98e;
}

.sponsor p {
    text-align: center;
    font-size: 23px;
    margin: auto;
    padding: 10px;
    font-family: "Inter", Helvetica, "IBM Plex Sans", "Space Grotesk", Arial, sans-serif, "Segoe UI", Roboto, -apple-system, BlinkMacSystemFont;
    color: white;
    line-height: 1.5;
    max-width: 500px;
    text-wrap: balance;
    margin-bottom: 30px;

}

.sponsor {
    padding-bottom: 100px;
    border-bottom: 3px solid #3b3b3b;

}

.sponsor a {
    color: #fce98e;
}