* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #f9f8f8;

}

.topBar {
  min-width: 100%;
  height: 10px;
  background-color: #c7b2d6;
  margin: 0 auto 0;
}

a {
  text-decoration: none;
  color: #979797;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1em;
}

a:hover {
  color: #be9dd5;
}

#logo {
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 75px;
  width: 240px;
  margin: 0px auto 25px;
}

.info {
  text-align: center;
}


.info h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.3em;
  color: #606060;
  margin-bottom: 5px;
}

.info p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1em;
  color: #979797;
}

.container {
  height: 200px;
  width: 250px;
  /*background-color: #ffffff;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/*@media only screen and (max-width: 500px) {

}*/


