html{
    background-color: black;
}

.main-page{
    width: 800px;
    height: 800px;
    display: flex;
    flex-direction: column;
}

.nav-bar{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.nav-bar ul{
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem 4rem;
}

.nav-bar-header{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.5rem;
    text-decoration: none;
    color: white;
}

.header-down{
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.im-efe H1{
    color: white;
    font-size: 4.5rem;
}
.im-efe H2{
    color: white;
    font-size: 3rem;
}

p{
    color: white;
    font-size: 25px;
}

.history-description{
    color: white;
    font-size: 1.5rem;
    font-weight: 13%;
}

.history-description ul{
  display: block;
    list-style-type: none;
}

.projects-description{
    color: white;
    font-size: 1.5rem;
    font-weight: 13%;
}

.projects-description ul{
    display: block;
      list-style-type: none;
      color: #007bff;
  }
