



h1 {
  font-family: "Comic Sans MS", "Comic Sans", cursive;
}
h2 {
  font-family: "Comic Sans MS", "Comic Sans", cursive;
}

h3 {
  font-family: "Comic Sans MS", "Comic Sans", cursive;
}

h4 {
  font-family: "Comic Sans MS", "Comic Sans", cursive;
}

h5 {
  font-family: "Comic Sans MS", "Comic Sans", cursive;
}

h6 {
  font-family: "Comic Sans MS", "Comic Sans", cursive;
}

form {
  margin: auto;
  width: 20%;
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

flex-container {
  display: flex;
  background-color: #f1f1f1;
}

flex-container > div {
  width: 100px;
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
}

input[type=text] {
    width:80%;

}

input[type=password] {
    width:80%;

}

hr{
  border-top: 1px #f2f2f2;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #dddddd;
}

li {
  float: left;
}

li a {
  display: block;
  padding: 8px;
}