body {
  background-image: url("https://www.pomdre.net/minecraft_tools/css/img/dirt_background_topp.jpg"), url("https://www.pomdre.net/minecraft_tools/css/img/dirt_background_down.jpg");
  background-repeat: repeat-x, repeat;
  background-size: auto;
}
.main {
  margin-top: 2%;
  margin-bottom: 2%;
  margin-right: 15%;
  margin-left: 15%;
  border: 2px #d9dadb;
  border-radius: 50%;
  border-radius: 8px;
  background-color: #333;
}
p, h1, h2, h3, h4, a, ul, li {
  color: #ffffff;
}
h1 {
  font-size:4vw;
}
.tabel {
  color: #ffffff;
}
.text_type {
  color: #bbb;
}
.search {
  padding: 10px 10px;
  border-width: 0px;
  border-style: solid;
  border-radius: 5px;
}
.leftSideBar{
  display:block;
}
.rightSideBar{
  display:block;
}
