
body {
    background-color: lemonchiffon;

    background-image:
        linear-gradient(#d8e8c8 1px, transparent 1px),
        linear-gradient(90deg, #d8e8c8 1px, transparent 1px);

    background-size: 25px 25px;
}

* {
    box-sizing: border-box;
}

  .box {
    position: absolute;
    width: 100%;
    max-width: 1000px;
    min-width: 300px;
    padding: 15px;
    background: white;
    border: 2px solid #8fcf80;
    border-radius: 12px;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.1);
    z-index: 1;
 
}

.box2 {
    position: absolute;
    left: 680px;
    top: 440px;
    width: 100%;
    max-width: 350px;
    min-width: 200px;
    padding: 15px;
    background: white;
    border: 2px solid #8fcf80;
    border-radius: 12px;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.1);
    z-index: 1;
 
}

  .bottom-image {
    position: absolute;
    left: 260px;
    width: 500px;
    transform: translateX(-50%);
    height: auto;
    z-index: 2;
   
 }
 
 .status {
    position: absolute;
    transform: rotate(-8deg);
    z-index: 100;
}

.status-widget {
  position: absolute;
  display: block;
  left: 535px;
  top: 290px;
  
}

.status-image {
  position: absolute;
    display: block;
    width: 590px;
    height: auto;
     left: 466px;
    top: 151px;
}

.status-button {
  position: absolute;
  top: 60px;
}

 
 .spheal-gif img {
   position: absolute;
   left: 1010px;
   top: 400px;
   width: 250px;
   
 }
 
.side-item {
  
    width: 20px;
    height: auto;
    display: block;
    margin: 5px auto 0;
}
    
.box h3 {
    margin: 15px 15px 15px 15px;
}

.sidebar {
    position: fixed;
    left: 30px;
    top: 20px;
    width: 100px;
    height: calc(100vh - 130px);
    padding: 10px;
    background: rgba(50,50,50,0.55);
    border-radius: 20px;
    box-sizing: border-box;
     display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    font-size: 12px;
    z-index: 4;
}


.side-icon {
  
  text-align: center;
  margin-bottom: 5px;
  width: 36px
  
}


.side-item span {
  display: block;
  margin-top: 0;
    
}

.sidebar::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 18px solid rgba(50,50,50,0.55);
    
}

 .bottom-sidebar {

  position: fixed;
    bottom: 0;
    width: 100vw;
   left: 50%;
   transform: translateX(-50%);
    height: 80px;
    background: rgba(50,50,50,0.55);
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    align-items: center;
    color: white;
    justify-content: space-evenly;
    z-index: 5;

}

.bottom-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color:white;
  text-decoration: none;
  
}

.bottom-item a:visited {
    color: white;
}

.bottom-item a:hover {
    color: #C9F79E;
    transition: filter 0.2s ease, transform 0.2s ease;
}

.bottom-item a:active {
    color: white;
    transition: filter 0.2s ease, transform 0.2s ease;
}

.bottom-icon {
  width: 40px;
  height: auto;
  margin-bottom: 0;
}

.bottom-item a:hover img {
    transform: scale(1.15);
    filter: brightness(1.2);
    filter: drop-shadow(0 0 8px #8fcf80);
}

.rightbar img {
  width: 200px;
  position: fixed;
    right: 30px;
    bottom: 110px;
    height: 200px;
    padding: 10px;
    background: rgba(50,50,50,0.55);
    border-radius: 20px;
    box-sizing: border-box;
     display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    font-size: 12px;
}

.rightbar {
  width: 200px;
  position: fixed;
    right: 30px;
    bottom: 110px;
    height: 200px;
    padding: 10px;
    border-radius: 20px;
    box-sizing: border-box;
     display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    font-size: 12px;
    z-index: 200;
    
}

.rightbar::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 18px solid rgba(50,50,50,0.55);
    
}

.rightbrushes img {
  width: 200px;
  position: fixed;
    right: 30px;
    bottom: 340px;
    height: auto;
    padding: 10px;
    background: rgba(50,50,50,0.55);
    border-radius: 20px;
    box-sizing: border-box;
     display: flex;
    align-items: center;
    z-index: 200;
}

body {
    padding-bottom: 50px;
}

.main-content {
    margin-left: 130px;
    margin-right: 200px;
}

