body {
  background-image: linear-gradient(#5fcfd9, #35aae8);
  background-size: 100% cover;
  background-repeat: no-repeat;
  font-family: "MS PGothic", Serif;
  background-attachment: fixed;
  padding: 15px;
}

button {
  width: 140px;
  height: 40px;
  margin-bottom: 5px;
  margin-top: 5px;
  overflow: visible;
  border: #9e5a06 solid 3.5px;
  border-radius: 50px;
  background-image: linear-gradient(#e8eb31, #e3ba32);
  color: #000000;
  padding-left: 5px;
  font-weight: 600;
  font-family: webkinz;
  filter: drop-shadow(1px 1px 0 white) drop-shadow(-1px 1px 0 white)
    drop-shadow(0 -1px 0 white) drop-shadow(1px 0 white);
  margin-left: 45%;
  margin-right: auto;
}

button:hover {
  background-image: linear-gradient(#e8ed55, #e3ba32);
  color: #212121;
  font-weight: heavy;
  filter: none;
}

.container1 {
  background-color: white;
  height: 500px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border: 10px solid;
  border-image: url(https://swampbrainz.neocities.org/imgs/webkinz/rainbowborder.png);
  border-image-slice: 175;
  border-image-outset: 5px;
}

.logo {
  height: 170px;
  width: 805px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 210px;
  background-size: 75px, 400px;
  border-radius: 50px 50px 0px 0px;
  box-shadow: inset 0 0 100px #ffffff;
}

.logoline {
  height: 180px;
  width: 1028px;
  background-repeat: no-repeat;
  padding-top: 4px;
  border-radius: 50px 50px 0px 0px;
  margin-left: auto;
  margin-right: auto;
  background-image: linear-gradient(#8720b5, #2d39ed, #21bed6, #6beb33, #f2c31b, #f38c18, #da2b20);
}

#flex {
  display: flex;
  flex-direction: row;
  padding: 25px;
  padding-left: 40px;
  padding-right: 40px;
}

.left {
  height: 300px;
  width: 35%;
  background-color: white;
  border: 5px solid #b5b4b5;
  border-radius: 20px;
}

.right {
  height: 300px;
  width: 65%;
  background-color: white;
  border: 5px solid #b5b4b5;
  border-radius: 20px;
  margin-left: 40px;
}

.pets {
  border: 10px double #1a8cdc;
height: 80%;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  padding: 20px;
  background-image: linear-gradient(to top, #5fcfd9, #35aae8);
  background-size: 100% cover;
  background-repeat: no-repeat;
  overflow: scroll;
  overflow-x: hidden;
}

/* pets */

h1 {
  font-family: webkinz;
  margin-left: auto;
  margin-right: auto;
  width: 70px;
  color: #2420a1;
  text-decoration: underline 4px;
  margin-top: 1px;
  font-size: 40px;
  letter-spacing: 3px;
}

/* webkin text */
h {
  padding-left: 20px;
  font-size: 20px;
  text-decoration-line: none;
}

#webkin:hover {
  transform: scale(1.1) rotate(6deg);
}

#webkin {
  height: 90px;
  filter: drop-shadow(1px 1px 0 white) drop-shadow(-1px 1px 0 white)
    drop-shadow(0 -1px 0 white) drop-shadow(1px 0 white);
  padding-left: 20px;
}

@font-face {
  font-family: "webkinz";
  src: url(/font/webkinz_book_cyrillic.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "dsfont";
  src: url(/font/Nintendo-DS-BIOS.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
}

*::-webkit-scrollbar {
  height: 12px;
  width: 20px;
}
*::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #ffffff;
  border: 3.5px outset #b5b4b5;
}

*::-webkit-scrollbar-track:hover {
  background-color: #D0CFD0;
  border: 3.5px solid #616061;
}

*::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-image: linear-gradient(#e8eb31, #e3ba32);
  border: #9e5a06 solid 3.5px;
}

*::-webkit-scrollbar-thumb:hover {
  background-image: linear-gradient(#e8ed55, #e3ba32);
}
