body {
  background-color: black;
  * {
  color: white;
 
}

}
p {
  text-align:center;
  margin-left: 180px;
  margin-right: 180px;
  margin-top: 20px;
  margin-bottom: 20px;
  
}
p.title {
  font-weight: bold;
  text-align: center;
}

.text-box {
  width: 50%;
  margin-left: 35%;
  border-left: 3px solid white;
}
.text-box-2 {
  width: 70%;
  margin-left: 15%;
  border-left: 0px solid white;
}
li {
  margin-left: 180px;
  margin-right: 180px;
  margin-top: 10px;
  margin-bottom: 10px;
}

text {
  color:white;
}
.quote {
  text-align:center;
  margin-bottom: 6px;
}

.date {
  text-align:center;
  font-size: 13px;
  margin-top:0px;
  margin-bottom:200px;
}

.button-title {

cursor: pointer;
border-width: 2px;
background-color:crimson;
color:white;
font-size: 30px;
display: inline-block;
margin: 0 auto;

}

.button-articles, .button-songs, .button-projects, .button-quotes, .button-contact, .button-poems {
width: 10%;
margin-left: 45%;
margin-right: 45%;
cursor: pointer;
border-width: 2px;
background-color:crimson;
color:white;
height: 50px;

}

