/* styles.css */
a {
  text-decoration: none;
}

.bigbox {
  width: 800px;
  margin: 0 auto;
  height: 100px;
}

