body {
  background: #05a0bf;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}

.tspan {
  font-size: 15px;
}

a {
  text-decoration: none !important;
}

a:link {
  text-decoration: none !important;
}

a:visited {
  text-decoration: none !important;
}

a:hover, a:active {
  text-decoration: bold !important;
}


.box {
  padding: 20px 0px;
  width: 100%;
}

.box-part {
  background: #fff;
  border-radius: 5px;
  padding: 20px 10px;
  margin: 10px 0px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
  width: 100%;
  height: 90%;
}

.text {
  margin: 12px 0px;
}

.fa {
  color: #4183d7;
}

.top {
  text-align: center;
  padding-top: 40px;
  font-weight: bold;
  color: white;
}

.bottom {
  text-align: center;
  font-weight: white;
  font-size: 10px;
}

.head {
  color: black;
  font-family: "Audiowide", cursive;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subHead {
  color: darkgray;
  position: absolute;
  top: 75px;
  width: 100%;
  text-align: center;
}

.boxfoot {
  background-color: #adadad;
  padding: 3px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-align: center;
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.boxfoot a {
  color: white;
}

.pgicon {
  width: 70px; 
  height: 70px; 
} 

.top {
  padding: 20px 0px;
}

.bottom {
  padding: 20px 0px;
  color: #fff;
}