   body {

      background: #070734;
      color: lightblue;
      margin: 0;
   }

   #header404 {
      background: black;
      color: lightblue;
      position: relative;
      height: 70px;
      text-align: right;
      font-size: 18px;
   }

   .ccLogo {
      position: absolute;
      right: 11px;
      top: 12px;
      font-size: 36px;
      /* border: 1px solid cyan; */
      /* display: inline-block; */
      /* padding: 14px; */
      color: rgb(172, 172, 191);
      font-family: "Lobster Two", cursive;
      /* text-shadow: rgb(70, 73, 82) 3px 2px; */
   }

   .body404Inner {
      background: #2c3851;
      padding: 18px;
      margin: 70px;
      /* min-height: 700px; */
      border: 5px solid black;
      font-size: 40px;
      padding-bottom: 20px;
   }

   .word404 {
      font-size: 260px;
      margin: 18px;
      text-shadow: 6px 7px #120404c9;
      color: #4e75ac;
      /* font-family: "Lobster Two", cursive; */
      text-align: center;
   }



   .nothingFoundLocation {
      text-align: center;
      background: #000000a3;
      padding: 10px;
   }

   .linksTwo,
   .linksOne {
      margin-top: 43px;
      margin-bottom: 25px;
      background: #000000cf;
      padding: 15px;
      font-size: 27px;
      padding-bottom: 7px;
   }

   .body404Inner[data-type="loginOnly"] .linksOne,
   .body404Inner[data-type="notLoggedInOnly"] .linksTwo {
      display: none;

   }

   .linksOne a,
   .linksTwo a {
      color: #629eb1;
      text-decoration: none;
      margin-left: 28px;
      cursor: pointer;
      background: #1d1d33;
      padding: 8px;
      display: inline-block;
      margin-bottom: 8px;
   }

   .linksOne a:hover,
   .linksTwo a:hover {
      text-decoration: underline;
   }

   .linksTitle {
      display: inline-block;
   }

   .adminInfo {
      position: absolute;
      right: 0;
      bottom: 30px;
      opacity: .4;
      font-size: 19px;
   }

   .linksArea {
      display: inline-block;
      /* bordeR: 1px solid yellow; */
      width: calc(100% - 79px);
   }

   .linksOne.hideMe {
      display: none;
   }

   @media only screen and (max-width: 1150px) {

      .linksTwo,
      .linksOne {
         font-size: 20px;
      }

      .nothingFoundLocation {
         font-size: 28px;
      }
   }


   @media only screen and (max-width: 1050px) {

      .linksTwo,
      .linksOne {
         font-size: 18px;
      }

      .nothingFoundLocation {
         font-size: 26px;
      }
   }


   @media only screen and (max-width: 650px) {

      .linksTwo,
      .linksOne {
         font-size: 16px;
      }

      .nothingFoundLocation {
         font-size: 23px;
      }

      .word404 {
         font-size: 200px;
      }
   }

   @media only screen and (max-width: 550px) {

      .linksTwo,
      .linksOne {
         font-size: 16px;
      }

      .nothingFoundLocation {
         font-size: 23px;
      }

      .word404 {
         font-size: 60px;
         text-shadow: 2px 3px #120404c9;
      }
   }

   @media only screen and (max-height: 550px) {
      #header404 {}

      .body404Inner {
         margin-top: 20px;
      }

      .word404 {
         font-size: 94px;
         margin: 5px;
      }
   }