                     .socialIcon{
              display: inline flex;
                justify-content: center;
  align-items: center;
  height: 100%;
              gap: 5px;
              img,svg{
                 width: 30px;
                 height: 30px;
                 fill:white;
                 
             
              }
             
              
              
                 @media (width < 700px){
                    display:block;
                    p{
                        transform: translateY(-20px);
                    }
                      img,svg{
                          width:10vw;
                          height: 10vw;
                      }
                 }
          }
          
          #navBar{
             position:sticky;
                           
                 @media (width < 700px){
                     position:fixed;
                     width:100%;
                    bottom:0px;
                 }
                                            
                 @media (width > 700px){
                    top:0px;
                 }
            z-index: 100;
  display: flex;
  justify-content: space-around;
          }
          
          #comicBOX{
              height: 70%;
              img{
                  height: 80vh;
                  max-width: 100%;
                    display: block;
  margin: auto;
                  object-fit: contain;
                    -webkit-user-select: none;  /* Chrome, Safari, Opera */
  -moz-user-select: none;     /* Firefox */
  -ms-user-select: none;      /* Internet Explorer/Edge */
  user-select: none;          /* Standard syntax */
  
  -webkit-user-drag: none;    /* Prevent dragging in Webkit browsers */
  user-drag: none;
                  
              }
              p,h2{
                  text-align: center;
              }
              h2{
                  position:absolute;
                  top:45%;
                  left:45%;
                  font-size: 3vw;
                  z-index: -1;
              }
              
              input{
                  width: 100%;
   accent-color: white;
              }
          }