h1
  {
    color: #1f5dc1;
  }
h2
  {
    color: #1f5dc1;
  }

h3
{
  color: red;
}

#header
{
  width: 800px;
  margin: auto;
  background-color: white;
  text-align: center;
  align-content: center;
}

#acc
{
  width: 800px;
  margin: auto;
  background-color: white;
  text-align: center;
  align-content: center;
}

#ess
{
  width: 800px;
  margin: auto;
  background-color: white;
  text-align: center;
  align-content: center;

}

#r
{
  width: 800px;
  margin: auto;
  background-color: white;
  text-align: left;
  align-content: left;
}

ul li
{
  list-style-type: none;
}

@font-face {
    font-family: 'pixel';
    src: url('pixel.ttf');
}

body {
    font-family: 'pixel', sans-serif;
}
