* {
  box-sizing: border-box;
}

body {
    background-color: black;
    color: white;
    font-family: MS PGothic, sans-serif;
    text-align: center;
    font-size: 17px;
}

.container {
    width: 1300px;
    background: linear-gradient(#766069, black
    );
    color: white;
    padding: 35px;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    border: #ABF2D6 1px solid;
}

p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.container p a {
    position: relative;
    color: #ABF2D6;
    font-weight: bold;
    transition: 0.3s ease;

  }

  a {
    color: #ABF2D6;
    font-weight: bold;
  }
  .heading {
    display: flex;
    align-items: end;
  }
  
h1,h2,h3,h4,h5,h6 {
    margin-top: 5px;
    margin-bottom: 1px;
    font-family: MS PGothic, sans-serif;
}

h1 {
  font-size: 70px;
}

h2 {
  width: 100%;
  background-color: white;
  color: black;
}

ul {
  margin: 0;

}

h1.yell {
  filter: drop-shadow(#FF9656 1.5px 1.5px 0) drop-shadow(#FF9656 -1.5px 1.5px 0) drop-shadow(#FF9656 -1.5px -1.5px 0) drop-shadow(#FF9656 1.5px -1.5px 0);
}

::selection {
    color: black;
    background-color: #ABF2D6;
}


  
.description {
  width: 60%;
  text-align: left;
}

.standing {
  filter: drop-shadow(white 1.5px 1.5px 0) drop-shadow(white -1.5px 1.5px 0) drop-shadow(white -1.5px -1.5px 0) drop-shadow(white 1.5px -1.5px 0);
}

span.jpn{
  font-family: Arial, sans-serif;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td, tr {
  border: 1.5px solid #ABF2D6;
  padding: 6px;
}