body{
  background-color: #1e1e2e ;
  color: #5ae74d;
}

a{
  color: white;
}

#topbar{
  border-bottom: #5ae74d dashed 1px;
  display: flex;
  gap: 5vw;
}

.navigation{
  border-right: #5ae74d dashed 1px;
  padding-right: 1vw;
}

#header{
  border-top: #5ae74d dashed 5px;
}