body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin: 0;
  }
  
  main {
    position: relative;
    z-index: 1;
  }
  
  a {
    color: #00aeee;
    text-decoration: none;
  }
  
  a:visited {
    color: #004c97;
  }
  
  a:hover {
    color: #b7d9f3;
  }
  
  table td {
    vertical-align: top;
  }
  
  .h50px {
    height: 50px;
  }
  
  .left {
    max-width: 650px;
    min-height: 100vh;
    padding: 0 50px;
    width: 30%;
  }
  
  .right {
    align-items: center;
    background: url(rack.jpg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 90%;
    height: 100%;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(-1);
    width: 71%;
    z-index: -1;
  }
  
  .right::before {
    background: rgba(0, 0, 0, 0.8);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -5;
  }
  
  .triangle::after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    transform-origin: bottom right;
    width: 10000px;
  }
  
  .right::after {
    background: #fff;
    left: 100%;
    transform: skewX(-156deg);
    z-index: -2;
  }
  
  .lblue::after {
    left: 80%;
    background: #00aeee;
    transform: skewX(156deg);
    z-index: -3;
  }
  
  .dblue::after {
    left: 70%;
    background: #004c97;
    transform: skewX(156deg);
    z-index: -4;
  }
  
  .logo {
    background: url(logo.png) no-repeat;
    background-size: 15rem;
    display: block;
    height: 5rem;
    padding: 3.5rem 0 0 0;
    text-align: center;
    width: 15rem;
  }
  
  .text {
    color: #fff;
    padding: 0 50px;
    text-align: justify;
    transform: scaleX(-1);
    width: 60%;
  }
  
  .text h2 {
    font-size: 2rem;
    margin: 100px 0 0;
  }
  
  @media only screen and (max-width: 1000px) {
    .text {
      display: none;
    }
  }
  