/***** BASE *****/

body {
  font-family: 'Raleway', sans-serif;
  color: #1a1a1a;
  margin: 20px 60px 50px 60px;
  background: url("../img/brain-cartoon-487x433-10-opac.png") no-repeat, white;
  background-position: center;
}

/***** GRID *****/
.upper-portion {
  height: 150px;
}

.lower-portion {
  height: 150px;
}

/***** HEADER *****/
header h1 {
  font-family: 'Judson', serif;
  font-size: 50px;
  text-align: center;
  color: #ff8060;
  margin: 0 0 70px 0;
}

header a {
  text-decoration: none;
}

/***** UPPER PORTION *****/
#upper p {
  font-size: 24px;
  line-height: 45px;
  letter-spacing: 1px;
  text-align: center;
}
#upper p span {
  font-family: 'Judson', serif;
  font-size: 36px;
  color: #594c5b;
}

/***** LOWER PORTION *****/
#lower ul {
  list-style: none;
}
#lower ul li {
  text-decoration: none;
  display: inline-block;
  font-family: 'Judson', serif;
  font-size: 28px;
  color: #594c5b;
  border: 2px solid #ff8060;
  border-radius: 6px;
  border-spacing: 30px;
  padding: 4px;
}
#lower ul li a {
  text-decoration: none;
  color: #594c5b;
}
