﻿*{
  background-color:#ffffe0
}
h1,h2{
  font-family:sans-serif;
  background-color: transparent
}

ul{
  list-style: none
}
li{
  margin-left: 2em
}

#h-title{
  display: flex;
  justify-content:left;
  height:10px;
}
#h-nav{
  display: flex;
  list-style: none;
  justify-content: right;
  margin-top:4em;

}


#content{
  display: flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}

#main-flex,#foot-flex{
  display: flex;
  justify-content: space-between;
}


@media screen and (min-width:750px )
{

}
