
body {
  font-family: georgia;
  margin: auto;
}

.center {
  text-align: center;
}

.header {
    font-family: arial;
    padding-top: 20px;
    text-align: center;
}

li {
    margin-bottom: 16px;
}

.laundry li {
    margin-bottom: 0px;
}

.bar {
    height: 50px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 8px;
}

.option {
    background-color: #cccccc;
    text-align: center;
    float: left;
    height: 100%;
    width: 15%;
    margin-left: .5%;
    margin-right: .5%;
    font-family: arial;
}

.option p {
    color: #000000;
    text-decoration: none;
}

.current {
    background-color: #aaaaaa;
    pointer-events: none;
    cursor: default;
}

.thumb {
  float: right;
}

.figure {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.thumb img {
    height: 150px;
    width: 200px;
}

.haiku {
    text-align: center;
    font-style: italic;
    margin-top: 100px;
    margin-bottom: 100px;
}

