body {
  background: url(wallpaper.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body::-webkit-scrollbar {
  width: 3px;
}
body::-webkit-scrollbar-thumb {
  background-color: #d46139;
}

#header {
  background-color: transparent;
}

#header img {
  mix-blend-mode: multiply;
  height: 100px;
  display: block;
  margin-left: 5%;
  padding: 20px 0;
}

#datacenters {
  background: #ffffffde;
  padding: 50px 0;
}

#datacenters > div > div:not(.name) {
  margin: 0 5%;
}

#datacenters > div:not(:last-child) {
  margin-bottom: 20px;
}

#datacenters .name {
  background: #ccc;
  margin-bottom: 20px;
  width: 95%;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 5px 0;
  padding-left: 5%;
}

#datacenters .name > b {
  color: #d46139;
  font-weight: 500;
  padding-right: 10px;
  border-right: 2px solid #a1a1a1;
  display: inline-block;
}

#datacenters .name > span {
  padding-left: 20px;
  color: #565656;
  font-weight: bold;
}

.service > div {
  background: #fff;
  margin-bottom: 10px;
  border: 1px solid #565656;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
}

.service > div:not(:first-child) {
  padding: 0px;
}

.service button {
  border: 0;
  border-top: 1px solid #565656;
  width: 100%;
  text-transform: uppercase;
  border-radius: 3px;
}

.service > div > span {
  color: #d46139;
  padding: 5px 10px;
  text-align: left;
  display: block;
}

.service img {
  display: block;

  max-height: 30px;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  #header img {
    height: auto;
    max-width: 90%;
  }
}
