/*two*/

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fa7268;
}

h1 {
  font-family: Arial;
  font-size: 4em;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

ul {
  /*transform: translate(-50%, -50%);*/
  list-style-type: none;
  /*border: 2px solid blue;*/
}

li {
  float: left;
  width: 13%;
  text-align: center;
  font-family: arial;
  font-weight: bold;
  margin-top: 5%;
}

#ascii {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40%;
}

#saito {
  width: 20%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40%;
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  color: yellow;
  transition: 0.5s all;
}

h2 {
  position: absolute;
  font-family: arial;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  text-align: center;
}

img {
  display: block;
  height: 250vh;
  margin-top: 10vh;
  margin-left: auto;
  margin-right: auto;
}

#d {
  position: absolute;
  left: 0vh;
  top: 10vh;
  font-family: Arial;
}
#dx {
  position: absolute;
  left: 0vh;
  top: 10vh;
  font-family: Arial;
}

#t {
  position: absolute;
  left: 0vh;
  top: 110vh;
  font-family: Arial;
}
#tx {
  position: absolute;
  left: 0vh;
  top: 110vh;
  font-family: Arial;
}
#m {
  position: absolute;
  left: 0vh;
  top: 150vh;
  font-family: Arial;
}
#mx {
  position: absolute;
  left: 0vh;
  top: 200vh;
  font-family: Arial;
}

iframe {
  width: 90vw;
  height: 80vh;
  display: block;
  margin: 0 auto;
  margin-top: 10vh;
}
