body {
  font-size: 18px;
  font-family: "Roboto", Arial, sans-serif;
  max-width: 740px;
  padding: 0 20px;
  line-height: 1.5;
  margin: 30px auto;
}

h1 a {
  margin: 0 auto;
  display: block;
  background: url('imgs/logo.jpg');
  height: 195px;
  width: 300px;
  background-size: 100%;
  text-indent: -9999px;
}

h2 {
  margin-top: 30px;
  text-align: center;
  color: #0187c6;
}

.center {
  text-align: center;
}

.acces-results {
  margin: 60px auto 30px auto;
  max-width: 200px;
  text-align: center;
  padding: 20px;
  background: #fa786b;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;

}

.acces-results:hover {
  background: #c86055;
}

.acces-results a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 25px;
  text-decoration: none;
}