#main {
    margin: 12px;
  }
  body {
    background-image: url(../images/stars.jpg);
    font-family: Verdana, sans-serif;
  }
  p {
    font-size: 14px;
    color: #000000;
    text-indent: 50px;
    margin: 12px;
}

h1 {
  font-size: 50px;
  text-align: center;
  font-weight: bolder;
  font-family: Georgia, serif;
}

h2 {
  font-weight: bold;
  font-size: 35px;
  text-align: left;
  margin-left: 10px;
  font-family: Georgia, serif;
}

h3 {
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  margin-left: 10px;
  font-family: Georgia, serif;
}

footer {
  text-align: center;
  background: #ffefbe;
  color: black;
}
.nav {
  overflow: hidden;
  background: #ffefbe;
  color: black;
  text-align: center;
  width: 100%;
}
.nav ul {
    padding: 0;
    background: #ffefbe;
} 
  .nav a {
    float: left;
    display:block;
    width: 20%;
    font-size: 30px;
    text-align: center;
    padding: 2.8px 5px;
    text-decoration: none;
    font-weight: bold;
} 
.active {
  background-color: #ffc61c;
}

  #skip {
    position: absolute;
    left: -500px;
  }
  #skip:focus {
    left: 200px
  }

  textarea {
    display:block;
    margin: 0 auto;
    padding: 15px;
    background-color: #ffefbe;
  }
.journal {
  text-align: center;
}
.button_class {
  border: none;
  outline: none;
  padding: 10px 16px;
  background-color: #ffefbe;
  cursor: pointer;
  font-size: 30px;
}

.active_button, .button_class:hover {
  background-color: #666;
  color: white;
}
.img {
  display:block;
  margin: 0 auto;
  text-align: center;
}
.img h2 {
  text-align: center;
}

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
  margin: 0 auto;
}

th {
  font-weight: bold;
  text-align: center;
  padding: 5px;
  background-color: #ccd0f6;
}
td {
  background-color: white;
}

td.good {
  background-color: #baffc9;
}

td.bad {
  background-color: 	#ffb3ba;
}

td.neutral {
  background-color: #ffffba;
}

td.moodless {
  background-color: #e1e3eb;
}

.month {
  text-align: center;
}

.btn_class {
  border: none;
  outline: none;
  cursor: pointer;
}
.center {
  text-align: center;
  font-size: 25px;
  text-decoration: underline;
}

.center h2, .center h3 {
  text-align: center;
}

p.no_underline {
  text-decoration: none;
}


