
body {
  background-image: url('pictures/S0uthWaters-pinterest-collage.jpg');
}

a:link {
  color: red;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: blue;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: pink;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}

.pagetitle {
  padding:10px;
  font-size: 200%;
  font-weight: bold;
}

.mainsection {
  margin: auto;
  color: white;
  background-color: black;
  padding: 30px;
  text-align: center;
  max-width: 700px;
  
  } 
  
.log {
  background-color: white;
  color:        black;
  padding: 10px;
  margin-bottom: 20px;
}

.mediatitle {
  font-size: 200%;
  font-weight: 200;
}

.logdate {
  font-size:120%; 
}

.star {
  max-width:10px;
}