.leftspace li {
  margin-left: 20px;
  margin-bottom: 20px; }

header nav #mainTitle {
  font-size: 25px;
  color: #FFF;
  height: 40px;
  width: 400px;
  position: relative;
  top: 8px;
  left: 10px; }

#about {
  width: 80%;
  margin: 30px; }
  #about form fieldset {
    padding: 20px;
    color: white;
    background-color: rgba(0, 0, 0, 0.6); }
    #about form fieldset p {
      margin-bottom: 20px; }
      #about form fieldset p a {
        color: skyblue;
        text-decoration: none;
        font-weight: bold; }

.error {
  color: red;
  font-weight: bold; }

@media (max-width: 600px) {
  #about {
    width: 275px;
    margin: 20px; } }
