@font-face {
  font-family: 'Agency FB';
  src: local("Agency_FB"),
       url(files/agency_fb.ttf);
  font-weight: normal;
}

body {
  font-family: 'Agency FB';
  background-color: white;
}

.mid img {
  position: relative;
  bottom: 84px;
  width: 397px;
  height: 8px;
  transform: scaleX(-1);
}

.mid {
  position: relative;
  top: 366px;
  margin-right: 17px;
}

.mid a {
  color: black;
  font-size: 31px;
  text-decoration: none;
  position: relative;
  bottom: 80px;
  padding: 10px;
}

#title a{
  color: black;
  font-size: 80px;
}

form [type=submit] {
  width: 20px;
  height: 20px;
  background-color: black;
  border-radius: 2px;
  border: 1px solid black;
  display: inline;
  outline: none;
}


.switch a {
  position: relative;
  text-decoration: none;
  bottom: 3px;
  left: 3px;
}

.switch a:link,a:visited,a:active,a:hover {
  color: black;
  text-decoration: none;
}

.mid a:active, a:visited, a:hover {
  color: black;
  text-decoration: none;
}
