

body {
  background-image: url("/images/background3.jpg");
  background-repeat; no-repeat;
  color: black;
  font-family: Verdana;
  text-align: center;
}
a {
  text-decoration: none;
  color: white;
}
h2 {
  color: #ffcf28;
}
.main {
  background-color: #2a2929;
  border-style: solid;
  border-color: #ff28fe;
  padding: 10px;
  color: #ff7428;
  height: 600px;
  width: 700px;
}
.topnav {
  background-color: #28ff74;
  padding: 5px;
  color: #2a2929;
  text-align: center;
  width: 500px;
}
.topnav a {
  color: #ff28fe;
  text-decoration: none;
}
.mini {
  background-color: #2a2929;
  text-align: center;
  padding: 5px;
  float: left;
  overflow: auto;
  height: 380px;
  width: 150px;
}
.mini2 {
  background-color: #2a2929;
  text-align: center;
  font-size: 12px;
  padding: 20px;
  overflow: auto;
  height: 350px;
  width: 425px;
}
.bar {
  text-align: center;
  padding: 10px;
  font-size: 12px;
}
h5 {
  color: #ffffff;
}