body{
font-family: "Jersey 10";
background-image: url(BACKGROUND.png);
background-color: #cccccc;
text-align:center;
cursor: url("https://www.rw-designer.com/cursor-view/208669.png"),default;
color: #8373fd;

  margin: 0;    
  padding: 0;    

}

.Titlebar{
  background-image: url(header.png);
  background-repeat: no-repeat;
  background-position: center;
  border: 1px none #000000;
  top: 11px;

}

.gradient-title {
  background: linear-gradient(
    to right,
    #ff4fd8,   
    #3bff93,  
    #b44bff,   
    #4db7ff    
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  font-weight: bold;
}

.a:link{
color: #9c56ff;
}
.a:visited{
color: #9c56ff;
}
h1 {
    margin-top: 70px;
  text-align: center;
  color: #7665f7;
}

p {
 font-size: 21px;
 margin-left: 30px;
 margin-right: 30px;
  line-height: 20px;  
  margin: 15px;
}

#wrapper
{
    width: 70%;
    margin: 0 auto;
    display: table;
    position: relative;
 }

#right-column {
        width: 16%;
        height: 500px;
        background-image: url(sidebarright.png);
        text-align: center;
         justify-content: center;
         align-items: center; 
         margin: 10px 10px;
}
#right-column img{
  bottom: 40px;
  padding-top: 20px;
  }
#page{ 
        width: 50%;
        height: 500px;
        background-image: url(BAR\ 1.png);
          background-repeat: no-repeat;
  background-position: center;
}

#left-column {
        width: 15%;
        height: 500px;
        background-image: url(sidebarleft.png);
         background-repeat: no-repeat;
         background-position: center;
}

#right-column,
#left-column,
#page
{
    display: table-cell;
}

.me {
   background-size: cover;
  background-position: center;
  background-image: url(ico2n.png);
  position: fixed;
  bottom: 0px;
  right: 40px;
  width: 250px;
  height: 250px;
}
.me:hover{
 transform: rotate(-5deg);
  }
 
.sheika{
  position: fixed;
  left: 400px;
  height: 300px;
  width: 230px;
  bottom: 0px;
  }

.button {
  background: #4558ff;
  background: linear-gradient(360deg,rgb(158, 133, 248) 0%, rgb(237, 217, 254) 50%, rgba(255, 255, 255, 1) 100%);
  border:solid thin;
  color: rgb(98, 135, 255);
  padding: 15px 40px;
  border-color: rgb(86, 48, 224);
  border-radius: 10px;
  box-shadow: 0 9px #6855f8;
  text-align: match-parent;
  text-shadow: 2px 2px 4px #9a6bff;
  display: inline-block;
  font-family: "Jersey 10";
  font-size: 20px;
  cursor: url("https://www.rw-designer.com/cursor-view/208669.png");
  margin: 15px 0; 
  shape-rendering: pixelated;
}

.button:active {
  box-shadow: 0 5px #8a37ff;
  transform: translateY(4px);
}
.button:hover {
  transform: rotate(-5deg)
}


.button::target-text {

background: linear-gradient(
    to right,
    #ff4fd8,   
    #3bff93,   
    #b44bff,  
    #4db7ff    
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }
.bubble {
    position: relative;
    background: #ffffff;
    left: 200px;
    color: #c26cff;
    font-family: "Jersey 10";
    font-size: 30px;
    line-height: 80px;
    box-shadow: 5px 5px 3px -1px rgba(173, 153, 255, 0.93);
    text-align: center;
    width: 330px;
    height: 80px;
    border-radius: 29px;
    padding: 0px;
    border: #5345e8 solid 2px;
}
.bubble:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-width: 0 0 19px 20px;
    border-color: transparent transparent #ffffff transparent;
    top: 61%;
    left: -20px;
    margin-top: -9.5px;
}
.bubble:before {
    content: '';
    position: absolute;
    width: 0;
    z-index: 0;
    border-style: solid;
    border-width: 0 0 21px 22px;
    border-color: transparent transparent #5345e8 transparent;
    top: 61%;
    left: -24px;
    margin-top: -9.5px;
    display: block;
}
#gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, auto));
  justify-content: center;   
  gap: 5px;
}

#gallery img {
  width: 120px;
  height: auto;
  display: block;
  margin: 0 auto;   
}

#gallery img:hover {
transform: scale(1.2) rotate(10deg);}

.pillar
{
   background-size: cover;
  background-position: center;
  background-image: url(PILLAR.png);
  position: fixed;
  bottom: 20px;
  left: 110px;
  width: 200px;
  height: 500px;
  image-rendering: pixelated;
}

.footer {
  color: #7f6adb;               
  text-align: center;       
  padding: 0px;            
  font-size: 4px;           
  position: fixed;           
  width: 100%;               
  bottom: -5px;                 
}

.wrapper2 {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;  
  gap: 2%;      
  text-align: justify;              
}

.column {
  width: 40%;
  border: dotted #4db7ff;
  box-sizing: border-box;
}