html {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  margin: 24px;
}

body {
  background-color: #f9f9f9;
}

h1 {
  font-size: 24px;
  font-weight: bold;
}

button {
  height: 10px;
}

a {
  font-weight: bold;
  color: black;
  padding-left: 6px;
  padding-right: 6px;
}
a:hover {
  background-color: black;
  color: white;
}

div {
  font-size: 12px;
  margin: O;
  padding: 6px;
  font-weight: light;
  width: auto;
  display: inline-block;
}

.rob {
  width: 82px;
  height: 81px;
  background-size: 82px 81px;
  background-image: url("./../images/rob.png");
  cursor: pointer;
}

.header {
  width: 100%;
  text-align: left;
  margin: 0;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.black {
  font-weight: bold;
  background-color: black;
  color: white;
}

.peach {
  background-color: #f4e2d9;
  color: black;
}
.peach:hover {
  background-color: #F0C4AD;
}

.mandarina {
  background-color: #fbebcf;
  color: black;
}
.mandarina:hover {
  background-color: #FAD89C;
}

.lime {
  background-color: #e2e7dc;
  color: black;
}
.lime:hover {
  background-color: #D4EBB9;
}

.fume {
  background-color: #cbdbdf;
  color: black;
}
.fume:hover {
  background-color: #A5D5E1;
}

.sky {
  background-color: #c7ebf7;
  color: black;
}
.sky:hover {
  background-color: #A3E4F9;
}

.piglet {
  background-color: #f7d7e3;
  color: black;
}
.piglet:hover {
  background-color: #F6B6CE;
}

.pig {
  background-color: #f3c7db;
  color: black;
}
.pig:hover {
  background-color: #F296C0;
}

#email {
  cursor: pointer;
  text-decoration: underline;
}
