@font-face {
    font-family: "hammersmithone";
    src: url("https://mostlytriangle.neocities.org/HammersmithOne-Regular.ttf") format("truetype");
}

body {
  color: white;
  font-size: 20px;
  font-family: hammersmithone, Helvetica, Arial;
  background: black url(https://mostlytriangle.neocities.org/mZYPzRTKGAAUULahQDVN.png) repeat top;
}

#logo {
  text-align: center;
}

#navbartop {
  text-align: center;
  background-color:black;
  border-style:solid;
  border-width:4px;
  border-color:white;
  border-radius:10px;
  margin:10px;
  padding: 10px;
  box-shadow: inset 0 0 7px 5px rgba(255,255,255,0.4);
}

#navbarbottom {
  text-align: center;
  background-color:black;
  border-style:solid;
  border-width:4px;
  border-color:white;
  margin:10px;
  padding: 10px; 
  position: fixed;
  bottom: -9%;
  width: 120%;
  height: 10%;
  left: -11.5%;
  box-shadow: inset 0 0 7px 5px rgba(255,255,255,0.4);
}
/* optimize if possible */

#navbartop a {
  border-style:solid;
  border-width:4px;
  border-color:white;
  padding: 10px 30px 10px 30px;
  margin:0;
}

#navbarbottom a {
  border-style:solid;
  border-width:4px;
  border-color:white;
  border-bottom:none;
  padding: 10px 30px 10px 30px;
  margin:0;
}

#main p {
  background-color: black;
  border-style:solid;
  border-width:4px;
  border-color:white;
  border-radius:10px;
  margin: 10px;
  box-shadow: inset 0 0 7px 5px rgba(255,255,255,0.4);
}

#article1 p {
  width: 300px;
  padding: 10px;
  float: left;
}

#article2 p {
  width: 250px;
  padding: 10px;
  float: right;
  text-align: center;
}

#article3 p {
  width: 250px;
  padding: 10px;
  float: right;
  position:relative;
  top: 70px;
  left: 298px
}

a {
  color:#a51ce3;
}

a:hover {
  transition: all .5s ease 0s;
  color: #e31b1b;
}