:root{
    --colour-primary: #363A52;
    --colour-dark: #111630;
    --colour-darker:#181C30;
    --colour-light:#363D6B;
    --colour-BLUE:#303A78;
    --colour-white:#FFFF; 
    --colour-lighter:#d8d9e4; 
    --colour-fake: #221E1D;



}


html{
    box-sizing: border-box;
    font-family:"Trebuchet MS", Helvetica, sans-serif;
    
}

*,
 *::before,
 *::after{
    box-sizing: inherit;
}




header {
    background: var(--colour-dark);
    padding:16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    border-radius:1px;
    font-size:1.25rem; /* 20px */
    
    
    
    
    top: 16px;
    left: 24px;
    right: 24px;
    z-index: 1;

    a {
        color:var(--colour-lighter);

    }


}

body {

 background-image:url("background2.jpg");
   background-position: center;
   background-repeat: no-repeat;
   background-size:  1600px 6400px;


}




.TopYap{
    
    text-align:center;
}


.Pbowl{
    
    text-align:center;
    padding-top: 40px;
}


.round{
 max-width:100%;
    max-height:100%;
    width:100%;
    height:100%;
}

.PPbowl{
max-width:100%;
    max-height:100%;
    width:40%;
    height:40%;
    margin-left:10%;
}

.PPbowl2{
 max-width:100%;
    max-height:100%;
    width:40%;
    height:40%;
}


.Cbowl{
    
    text-align:center;
    padding-top: 40px;
}

.stick3{
    
    text-align:center;
    padding-top: 40px;
}

.stick2{
    
    text-align:center;
    padding-top: 40px;
}



.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}


img{
    max-width: 100%;
    width:40%;

}


.bum1{
    max-width:100%;
    max-height:100%;
    width:35%;
    height:35%;
}

.bum2{
     max-width:100%;
    max-height:100%;
    width:35%;
    height:35%;
}

.bum3{
     max-width:100%;
    max-height:100%;
    width:35%;
    height:35%;
}
.bum4{
     max-width:100%;
    max-height:100%;
    width:35%;
    height:35%;
}


.Gstick{
    max-width: 100%;
    width:35%;
    max-height:100%;
    height:35%;
}

.bumstick1{
      max-width:100%;
    max-height:100%;
    width:20%;
    height:20%;
    padding-bottom:3%;
}

.bumstick2{
      max-width:100%;
    max-height:100%;
    width:20%;
    height:20%;
}

.bumstick3{
    max-width:100%;
    max-height:100%;
    width:20%;
    height:20%;
    padding-bottom:3%;
}

.pstick{
    max-width: 100%;
    width:35%;
    max-height:100%;
    height:40%;
}



footer {
    background: var(--colour-dark);
    width:100%;
    margin: 2px;
    padding:0.1rem 1.5rem;
    font-size:1rem; /* 20px */
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: static;
    bottom: 1rem;
    left: 0rem;
    right: 0rem;
    z-index: 1;

    a {
        color:var(--colour-white);

    }
}