html {
    cursor: url('https://alienimpulses.neocities.org/project_assets/care-bear.gif'), auto;
}

body {
  background-color: white;
  background-image: url('https://alienimpulses.neocities.org/project_assets/tumblr_inline_n25c6iusRZ1qhwjx8.jpg');
  background-size: 32%;
  background-position: top center;
    font-size: 21px;
    margin-top: 25px;
    text-align: center;
}


.chewy-regular {
  font-family: "Chewy", system-ui;
  font-weight: 400;
  font-style: normal;
}

.margarine-regular {
  font-family: "Margarine", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.projects {
  background-color: white;
  width: 370px;
  height: 600px;
  position: absolute;
  left: 550px;
  top: 60px;
  border: 3px solid black;  
   overflow: scroll;
      overflow-x: hidden;
}

  ::-webkit-scrollbar {
      width: 16px;
    }

    ::-webkit-scrollbar:horizontal {
      height: 17px;
    }

    ::-webkit-scrollbar-corner {
      background: #eee;
    }

    ::-webkit-scrollbar-track:vertical {
      background: linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
    }

    ::-webkit-scrollbar-track:horizontal {
      background: linear-gradient(180deg, #e5e5e5, #f0f0f0 20%);
    }

    ::-webkit-scrollbar-thumb {
      border: 1.5px solid #888;
      border-radius: 3px;
      box-shadow: inset 0 -1px 1px #fff, inset 0 1px 1px #fff;
      background-color: #eee;
    }

    ::-webkit-scrollbar-thumb:vertical {
      background: url("https://i.imgur.com/bfyvjnx.png") no-repeat 50%, linear-gradient(90deg, #eee 45%, #ddd 0, #bbb);
    }

    ::-webkit-scrollbar-thumb:horizontal {
      background: url("https://i.imgur.com/tqe4SxM.png") no-repeat 50%, linear-gradient(180deg, #eee 45%, #ddd 0, #bbb);
    }

    ::-webkit-scrollbar-button:horizontal:end:increment,
    ::-webkit-scrollbar-button:horizontal:start:decrement,
    ::-webkit-scrollbar-button:vertical:end:increment,
    ::-webkit-scrollbar-button:vertical:start:decrement {
      display: block;
    }

    ::-webkit-scrollbar-button:vertical {
      height: 17px;
    }

    ::-webkit-scrollbar-button:vertical:start:decrement {
      background: white;
      background-image: url("https://i.imgur.com/EFnEMEb.png");
      background-repeat: no-repeat;
      background-position: center;
      -moz-background-size: cover;
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }

    ::-webkit-scrollbar-button:vertical:start:increment {
      display: none;
    }

    ::-webkit-scrollbar-button:vertical:end:decrement {
      display: none;
    }

    ::-webkit-scrollbar-button:vertical:end:increment {
      background: white;
      background-image: url("https://i.imgur.com/xuIt6Lc.png");
      background-repeat: no-repeat;
      background-position: center;
      -moz-background-size: cover;
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }

.project1 {
   background-color: #d6ffe1;
  width: 330px;
  height: 60px;
    border: 3px solid black;  
margin: 10px;

}

#icon {
  position: absolute;
  left: 16px;
  top: 18px;
}

#attention {
    font-family: "Margarine", sans-serif;
    font-size: 9.5px;
    position: absolute;
    left: 70px;
    top: 7px;
   text-align: left;
   filter: drop-shadow(1px 1px 0 black) drop-shadow(-1px 1px 0 black) drop-shadow(0 -1px 0 black) drop-shadow(1px 0 black);
            color: #ffa3bf;
}

#gelatodoll {
  width: 330px;
  height: 330px;
  border: 3px solid black;
}

.gelatohead {
    background-color: #d6ffe1;
  width: 330px;
  height: 30px;
    border: 3px solid black;  
margin: 10px;
  
}
.gelatobody {
    background-color: #d6ffe1;
  width: 330px;
  height: 300px;
    border: 3px solid black;  
margin: 10px;
  
}
