
       @font-face {font-family: 'Play-Regular';
        src: url("./resources/fonts/Play-Regular.ttf");
        }
        .Play-Regular{
          font-family: 'Play-Regular';
        }
    
        @font-face {font-family: 'ShadowsIntoLight-Regular';
            src: url("./resources/fonts/ShadowsIntoLight-Regular.ttf");
            }
        
        .specialfont{
          font-family: 'ShadowsIntoLight-Regular';
          font-size: 25px; margin-top:10px; margin-bottom:10px;
        }


        @font-face {font-family: 'trisfont';
            src: url("./resources/fonts/Trisynine2-Regular.ttf");
            }
        
        .trisfont{
          font-family: 'trisfont';
          font-size: 25px; margin-top:10px; margin-bottom:10px;
        }
        
        html, body {
            margin: 0;
            height: 100%;
          background-color:#0c0912;
          color: white;
           text-align: center;
           font-family: 'Play-Regular', serif; font-size: 17px;
          
          }
          
          p{
            padding:0px;
            margin:0px;
          }

    
    
    
    
    
    
    .bkg-image {
        background-image: radial-gradient(#00000098,  #000000), url("./404bg.gif");
          text-align: center;
          background-attachment: fixed;
              background-position: center;
              background-repeat: repeat ;
              overflow-y: auto;
          
        }
        
        .overlay {
          position: relative;
          padding: 0px;
          border-radius:0;


          margin:auto; height:max-content;max-width:max-content; border-radius:20px;display: flex;  flex-direction: column; gap: 1px; justify-content:center;border:double; border-width: 10px; border-color:rgb(138, 138, 138); border-radius: 20px;
            
            
        }
        
        .background {
        background-color: rgba(211, 0, 176, 0.856);
            mix-blend-mode: multiply;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
          border-radius:10px;
        }
        
        .content {
            position: relative;
        }
        
        .bkg-image .content h1 {
          color: white;
          isolation: isloate;
        }
        
        .welcome{
          max-width:max-content;margin-left:auto;margin-right:auto;margin-top:0px;background-color:rgba(119, 0, 0, 0.26);padding:10px; border:double; border-width: 10px; border-color:rgb(138, 138, 138); border-radius: 0 0 20px 20px; border-top:0px;margin-bottom:10px;
        }

        .thewholethang{

          height:100vh;max-width:max-content;margin:auto;
        }
        
               .homecontain {
          display: flex;
          flex-wrap: wrap;
          display: inline-block;
          background:
            linear-gradient(to bottom, #0b0217c9 100%, #ff6600cb 0%),
            url('/webmaster/images/headerbg.png');
            padding: 10px;
          border-radius: 0px 0px 20px 20px;
          border: double;
          border-width: 10px; border-color:rgb(138, 138, 138);
          border-top: none;
          margin: auto auto 10px auto;
        
        }
        .home {
          color: #ffffff;
          background-color: #39c7ff;
          cursor: pointer;
          border: 2px solid #00a2ff;
          box-shadow: 0px 0px 3px 7px inset #011946, 0px 7px 3px 8px inset #a7f9ff, 0px -25px 6px 4px inset #0553b9;
          border-radius: 20px;
          border: 6;
          padding: 10px;
          font-family: 'Play-Regular';
          font-size: 18px;
          text-align: center;
          display: inline-block;
          transition-duration: 0.4s;
          text-shadow: 0px 0px 3px #120d2e, 0px 0px 3px #120d2e, 0px 0px 3px #120d2e, 0px 0px 3px #120d2e, 0px 0px 3px #011014, 0px 0px 3px #011014, 0px 0px 3px #120d2e, 0px 0px 3px #120d2e, 0px 0px 3px #120d2e, 0px 0px 3px #120d2e, 0px 0px 3px #011014, 0px 0px 3px #011014;
          margin-top:5px;
        }
        
        .home:hover {
        
          background-color: #ff60ff;
          border: 2px solid #ac009e;
          box-shadow: 0px 0px 3px 7px inset #270033, 0px 7px 3px 8px inset #ff99e9, 0px -25px 6px 4px inset #400050;
        }
        
        .home:active {
          transition-duration: 0s;
          background-color: #ff60ff;
          box-shadow: 0px 0px 3px 7px inset #270033, 0px 7px 3px 8px inset #ff99e9, 0px -25px 3px 4px inset #400050, 0px 0px 5px 1px #ff2edc;
          text-shadow: 0px 0px 8px #ffffff;
        }

        @media (max-width: 425px) {
          .home {
              -webkit-box-shadow: none;
              -moz-box-shadow: none;
              box-shadow: none;
          }
        }
        
