
html{
    background-image: url('webbackdrop.png');
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.sour-gummy-sillyfont{
  font-family: "Sour Gummy", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

*{
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: white; 
}
::-webkit-scrollbar-thumb {
  background: #410FAC; 
}
::-webkit-scrollbar-thumb:hover {
  background: #5b1de0; 
}

h1{
  font-size: 70px;
  color: white;
  /* -webkit-text-stroke: 3px #410FAC; */
}
body{
  color:#410FAC;
  font-family:"Sour Gummy", sans-serif;
  padding-left: 70px;
  padding-right: 70px;
}

.container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(12, 100px);
  grid-column-gap: 35px;
  grid-row-gap: 22px;
  justify-content: center;
}

.header { grid-area: 1 / 2 / 1 / 2; }
.pages { grid-area: 4 / 2 / 4 / 2; }
.middle { grid-area: 4 / 2 / 12 / 2; }
.footer { grid-area: 12 / 2 / 12 / 3; }
.left { grid-area: 4 / 1 / 6 / 2; }
.right { grid-area: 4 / 3 / 5 / 3; }
.dancing { grid-area: 5 / 2 / 5 / 3; }

.header{
  margin:auto;
  position: relative;
  top: -50px;
}

.pages{
    list-style-type: none;
    margin: auto;
    position:relative;
    justify-content: center;
    display:flex;
    top: -50px;
    left: -10px;
 
  }
  .pages li a{
    font-size: 30px;
    text-align:center;
    background-color:#EC3C0D;
    color: white;
    text-decoration: none;
    width: auto;
    padding: 0px 60px;
    
    
  }
  ul li a:hover:not(.active){
    background-color: #f56020;
  }

.left{
  background-image: linear-gradient(#FF9C26, #F87C1D);
  border-radius: 0px;
  border: 7px solid #EC3C0D;
}

.middle{
  background-image: url('bodybg.png');
  background-position: center;
  background-repeat:no-repeat;
  font-size:25px;
  text-align: center;
  vertical-align: top;
  padding-right:50px;
  padding-left: 50px;
  border-radius: 25px;
  border: 7px solid #EC3C0D;
  overflow: auto;
  height: 950px;
}

.right{
  background-image: linear-gradient(#FF9C26, #F87C1D);
  border-radius: 0px;
  border: 7px solid #EC3C0D;
}

.footer {
  background-color:#FF9C26;
  border-radius: 0px;
  border: 7px solid #EC3C0D;
  padding: 5px;
  margin:auto;
  text-align: left;
  width:900px;
}

.dancing {
  position: relative;
  top: 0;
  left:860px;
}
.gifbg {
  position: relative;
  top: 0;
  left: 0;
}
.lowres {
  position: absolute;
  top: 0px;
  left: 2px;
}