* {
  font-family: "Montserrat", sans-serif;
}
body {
  text-decoration: none;
  background-color: #292725;
}
main {  
  margin-left: 70px;
  margin-right: 70px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #333333;
  display: flex;
  justify-content: center;
  position: sticky;
  top: 0;
}

ul li {
  float: left;
  border-right: 1px solid #bbbbbb;
}

ul li:last-child {
  border-right: none;
}

ul li a {
  display: block;
  color: white;
  padding: 14px 16px;
  text-decoration: none;
}

ul li a:hover {
  background-color: #111111;
  transition: 1s;
}

h1 {
  font-weight: bold;
  text-align: center;
  font-size: 50px;
  color: 	#C30101;
}
p {
  color: #FAF9F6;
}
.blog{
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-width: 5px;
  border-left-style: solid;
  border-color: #E9290F;
  background-color: #0D0D0D;
  color: #FAF9F6;
}
.blog p{
  padding-left: 0px;
}
hr {
  border: 2px solid #242124;
}

button {
  border: none;
  background-color: #E9290F;
  color: black;
  padding: 10px;
  font-size: 20px;
  border-radius: 1px;
}

.pfp {
  border-radius: 50%;
}
.pfpname {
  display: inline-block;
  vertical-align: top;
  padding-top: 0px;
}