body {
  background-color:#CFCFCF;
  cursor: url(https://i.ibb.co/L3vP20Q/cursor-GSOS.png), auto;
}

h1, h2, h3, h4, h5, h6, .t {
  color: #8f8f8f;
}

p, span {
  padding-left:5px;
  color: #808080;
  font-size:12px;
  font-family:Arial, Helvetica;
}

a:link {
  color: #80D2ED;
}

a:visited {
  color: white;
}

.img_center {
  display:block;
  margin-left:auto;
  margin-right:auto;
  width:20%;
  height:auto;
}

.center_content{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
}
.center_content_alt{
  position:absolute;
  top:30%;
  left:50%;
  transform:translate(-50%, -50%);
}

.div_container_WEB{
  display:inline-block;
  overflow:auto;
  width:100%;
  /* set width to 100% for page view, 500px for container view */
  height:500%;
}