* {
  margin: 0%;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-image: url("./Images/Synology\ Background.png");
  background-position: center;
  background-attachment: fixed;
}

h1 {
  /* border: 3px solid red; */
  color: white;
  font-size: 300%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 4em;
  width: 100vw;
}

h2 {
  color: white;
  font-size: 150%;
  text-align: center;
  text-align: center;
  height: 4em;
  margin-bottom: 3em;
}

div {
  /* border: 3px solid red; */
  float: left;
  height: 80vh;
  width: 100vw;
  justify-content: center;
  color: white;
}

img {
  width: 35%;
}

.eachIcon {
  /* border: 3px solid red; */
  height: 33%;
  display: inline-block;
  width: 24%;
  text-align: center;
}

#B1 {
  border: none;
  color: blue;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}
