body{
    background-color: #04539d;
    color: #EAE0D5;
    font-family: 'Montserrat', sans-serif;
}
header{
    display: flex;
    padding: 0px;
    margin-top: -30px;
}
.endnav{
  display: flex;
  align-self: flex-end;
}
.nav-link{
  color:#EAE0D5 !important;
}
.teams{
  background-color: #C6AC8F;
  height: fit-content;
}
.sponsorships{
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sponstitle{
  text-align: center;
  margin-top: 80px;
}
.description{
    margin-bottom: 150px;
}
h4{
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
    margin-top: -250px;
    margin-left: 150px;
    margin-right:150px;
}
.nav-link:hover { 
  color: #C6AC8F !important;
  transition: 400ms;
}
 .akdtitle{
    font-size: 50px !important;
    text-align: center;
    height: 400px;
    margin-top: 300px;
 }
 footer{
  margin-top: 50px;
  text-align: center;
 }
 img{
  max-height: 100%;
 }
 .sponsorships{
  text-align: center;
  margin-top: -20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
 }
.currentColor{
  fill: #EAE0D5;
}