@media only screen
{
  body
  {
    background-color: black;
  }

  h1
  {
    font-family: league -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgb(35, 204, 255);
    font-size: 20px;
    position: absolute;
    text-align: right;
    top: 2%;
    right: 2%;
    z-index: 1;
  }

  .menu
  {
    font-size: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: white;
    text-decoration: none;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
    padding-left: 40px;
    position: relative;
    right: 2%;
  }

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

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

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

  a:hover
  {
    color: rgb(155, 155, 226);
    text-decoration: none;
  }

  .tableClass
  {
    margin: auto;
    text-align: center;
    position: relative;
    right: 2%;
  }

  .introduction
  {
    font-size: 18px;
    width: 350px;
  }

  .experience
  {
    font-size: 18px;
    padding-top: 100px;
    width: 350px;
  }

  .verticalIntroduction
  {
    font-size: 35px;
    position: relative;
    right: 100%;
  }

  .verticalExperience
  {
    font-size: 45px;
    padding-bottom: 1000px;
    position: relative;
    right: 79%;
  }

  h2
  {
    font-family: league -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: lightblue;
    writing-mode: vertical-rl;
  }

  h3, h4
  {
    color: white;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  p
  {
    color: white;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
    text-align: center;
    margin: 15px 0px 10px;
    padding: 5px 5px;
    z-index: -1;
  }

  .contact
  {
    font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: white;
    text-align: right;
    padding: 110px 0px 5px 0px;
  }
}