@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap");
* {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  font-family: "Roboto Slab", serif;
  overflow-x: hidden;
}

body {
  width: 100%;
  height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(#12143d), to(#1ba1bc));
  background: linear-gradient(#12143d, #1ba1bc);
  background: url("../img/dell-background.jpg") no-repeat;
  background-position: top;
  background-size: cover;
}

 h1 {
  text-align: center;
  font-weight: 500;
  font-size: 3.5rem;
  color: #fff;
  display: block;
  margin-bottom: 1%;
  text-shadow: 1px 1px 4px #12143d;
}

 .container {
  /* width: 80%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  transform: translate(-50%, -50%); */
}

 .container .imgBox {
  width: 14%;
  max-width: 400px;
  background: transparent;
  display: inline-block;
  padding-bottom: 1rem;
  /*margin-top: 1rem;*/
  /*margin-bottom: 1rem;*/
  /*margin-left: 1em;*/
  border: 0.2px solid rgba(128, 128, 128, 0.1);
  border-radius: 0.2rem;
  overflow: hidden;
  text-align: center;
  margin: 14px;
}

 .container .imgBox img {
  width: 100%;
  margin-bottom: 1rem;
}

 .container .imgBox a {
  font-size: 1.4rem;
  color: #fff;
  background: #343a40;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px #000;
          box-shadow: 0 0 10px #000;
}

 .container .imgBox a:hover {
  color: #fff;
  background: #1ba1bc;
  background: radial-gradient(#1ba1bc, rgba(27, 161, 188, 0.7));
}

@media only screen and (max-width: 767px) {
  .container .imgBox {
    width: 43%;
    float: left;
    overflow: unset;
  }
 .container .imgBox a {
    /* font-size: 1rem; */
  }
  body{
    /* background-size: unset; */
    background-attachment: fixed;
  }

  .container {
    width: 100%;
   
    text-align: center;
    
   
  }
}
/*# sourceMappingURL=main.css.map */