body {
  overflow: hidden; /* Hide scrollbars */
}

.out {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
width:100%;
height:100%;
  background-color:rgb(255,255,255);
  z-index: -1;
}

.mid {
  display: table-cell;
  vertical-align: middle;
  z-index: 1;
}

.inn {
  margin-left: auto;
  margin-right: auto;
width:96vmin;
height:72vmin;
  line-height:0;
position: relative;
}

img{
float: left;
}

.enn {
  margin-left: auto;
  margin-right: auto;
width:96vmin;
height:72vmin;
  line-height:1.2;
position: relative;
  text-align: justify;
  text-justify: inter-word;
  font-family: "Times New Roman", Times, serif;
  font-size: 2.6vmin;
}

a:link {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}

a:hover {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

