body {
  margin: 0;
  background-color: #ffffff;
  color: #000000;
  font-family: Chennai, verdana, tahoma, arial, sans-serif;
  font-size: 100%;
}

header {
  width: 100%;
  text-align: center;
}

.logoimage {
  width: 500px;
  height: 500px;
  margin-top: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  background-image: url("../images/logo.png");
}
