body {
  background: #d2dffa;
  background: -moz-linear-gradient(90deg, #d2dffa 0%, #faeed2 100%);
  background: -webkit-linear-gradient(90deg, #d2dffa 0%, #faeed2 100%);
  background: linear-gradient(90deg, #d2dffa 0%, #faeed2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d2dffa",endColorstr="#faeed2",GradientType=1);
}

.Icon {
  background-color: #2b4e9b;
  width: 150px;
  height: 150px;
  border-radius: 40px;
  border: none;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.Icon img {
  position: relative;
  width: 100%;
  height: 100%;
}

.Icon:hover {
  background-color: #3562be;
  cursor: pointer;
  box-shadow: 10px 10px 5px grey;
}

.Block {
  background-color: #2b4e9b;
  width: 150px;
  height: 150px;
  border-radius: 40px;
  border: none;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline;
}

.Block img {
  position: relative;
  width: 100%;
  height: 100%;
}

.Block:hover {
  background-color: #3562be;
  cursor: pointer;
  box-shadow: 10px 10px 5px grey;
}

.Icon2 {
  background-color: #2b4e9b;
  width: 150px;
  height: 150px;
  border-radius: 40px;
  border: none;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.Icon2 img {
  margin-top: -3px;
  margin-left: -4.5%;
  position: relative;
  width: 109%;
  height: 100%;
}

.Icon2:hover {
  background-color: #3562be;
  cursor: pointer;
  box-shadow: 10px 10px 5px grey;
}

.RowLeft {
  text-align: center;
  margin-left: 5px;
  float: left;
}

.RowRight {
  text-align: center;
  margin-right: 5px;
  float: right;
}

.Headding {
  font-weight: bold;
  font-size: 20px;
  font-family: "Gotham", "Arial", sans-serif;
}

.HeaddingTransparent {
  color: transparent;
  font-size: 20px;
  font-family: "Gotham", "Arial", sans-serif;
}

.savebox {
  position: absolute;
  margin-left: 34%;
}

.BackgroundImage {
  position: absolute;
  width: 500px;
  left: 34%;
  top: 50%;
}

.BottomTextLeft {
  position: absolute;
  left: 10%;
  bottom: 5%;
  font-size: 20px;
  font-weight: bold;
  font-family: "Gotham", "Arial", sans-serif;
}

.BottomTextRight {
  position: absolute;
  right: 10%;
  bottom: 5%;
  font-size: 20px;
  font-weight: bold;
  font-family: "Gotham", "Arial", sans-serif;
}

.ADVERTText {
  position: absolute;
  margin-left: 10%;
  margin-top: 40%;
  width: 500px;
  font-weight: bold;
  font-size: 20px;
  font-family: "Gotham", "Arial", sans-serif;
  color: red;
}

/* 4K Display Responsive */
@media only screen and (min-width: 2000px) {
  .BackgroundImage {
    position: absolute;
    width: 500px;
    left: 40%;
    top: 50%;
  }

  .savebox {
    position: absolute;
    margin-left: 37.5%;
  }
}
/*# sourceMappingURL=index.css.map */

/*# sourceMappingURL=index.css.map */
