body {
  background-color: #24053b;
  padding: 0px;
}

h1 {
  color: white;
  text-align: center;
}

p {
  font-family: verdana;
  font-size: 20px;
}

a {
  text-decoration: none;
  font-family: verdana;
  font-size: 20px;
}

#swiftmamba {
  width: 50%;
  color: blue;
}

#clipclop {
  width: 50%;
  color: blue;
}

#topbar {
  width: 100%;
}

#topbaritem {
  width: 50%;
  text-align: center;
}

nav {
  background-color: #fff6de;  
  width: 100%;
  height: 30px;
}

#maincontent {
  border-style: solid;
  border-width: 4px;
  background-color: #151c19;
  height: 100%;
  width: 80%;
  margin:auto;
}