body {
  background-image: url("https://hupixx-neocitiesimages.carrd.co/assets/images/image01.jpg?v=b44f463d");
  background-repeat: repeat repeat;
  background-attachment: fixed;
  background-size: 25% auto;
  margin: 0;
  padding: 50px 0 0 0;
}
.mainContainer{
  max-width: 905px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.header{
  background-image: url("https://hupixx-neocitiesimages.carrd.co/assets/images/image08.jpg?v=511041ed");
  background-repeat: no-repeat;
  width: 100%;
  height: 170px;
  border: 1px solid black;
}
.header img{
  width: 500px;
  position: relative;
  bottom: 40px;
  left: 20px;
}
.navbar{
  height: 35px;
  background-image: url("https://hupixx-neocitiesimages.carrd.co/assets/images/image13.jpg?v=5a2a143d");
  background-repeat: repeat;
  background-color: white;
  background-size: 30px auto;
  overflow: hidden;
  border: 1px solid black;
}
.navbar ul{
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
  justify-content: space-evenly;
}
.navbar li{
  padding-top: 10px;
}
.navbar li a{
  font-weight: bold;
  color: white;
  text-shadow: 0 1px black, 1px 0px black, 0 -1px black, -1px 0px black;
  text-decoration: none;
  font-family: "AW Chubby";
  font-size: 20px;
}
.section1{
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 55px;
}
p{
  font-family: "Sniglet";
  font-size: 20px;
}
.welcome{
  background-image: url("https://hupixx-neocitiesimages.carrd.co/assets/images/image16.jpg?v=a6a5e528");
  background-repeat: repeat repeat;
  background-size: 45% auto;
  height: auto;
  max-width: 525px;
  border: 1px solid black;
  padding: 20px;
  justify-content: center;
  align-content: center;
  overflow: hidden;
  border-radius: 10px;
}
.welcome2{
  background-color: white;
  border: 1px solid pink;
  max-width: 490px;
  margin: 0 auto;
  padding: 10px;
  height: auto;
  align-content: center;
  justify-content: center;
  border-radius: 10px;
}
.kaoriFooter img{
  position: fixed;
  bottom: 0;
  left: 80%;
  height: 400px;
  width: auto;
}
.aboutmeMain{
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
}
.pfp{
  width: 190px;
  height: 190px;
  border: 10px solid transparent;
  border-image: url("https://hupixx-neocitiesimages.carrd.co/assets/images/image19.png?v=c39a10aa") 20% fill round;
}
.pfp img{
  height: auto;
  width: 100%;
  border: 1px solid lightgray;
}
.aboutme{
  width: 550px;
  height: 330px;
  background-image: url("https://hupixx-neocitiesimages.carrd.co/assets/images/image22.png?v=e6423e5a");
  background-size: 550px 330px;
  padding: 0 20px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  margin: 0 auto;
}
.profile{
  background-image: url("https://hupixx-neocitiesimages.carrd.co/assets/images/image05.png?v=e6423e5a");
  background-repeat: repeat;
  background-size: 30px auto;
  background-color: white;
  border-radius: 10px;
  height: 329px;
  width: 260px;
  border: 1px solid #f3f3f3;
  align-content: center;
  padding: 0px 5px 0 25px;
  box-sizing: border-box;
}
.profile p{
  margin: 10px 0 -5px;
  color: #ff87b7;
  font-size: 18px;
}
.tab-container {
  width: 840px;
  font-family: sans-serif;
  background: #fff;
  border-radius: 8px;
  height: 600px;
  box-sizing: border-box;
  margin: 0 auto;
}
.tabs {
  display: flex;
  gap: 60px;
  padding: 20px 60px;
}
.tab {
  padding: 0.5rem 1rem;
  cursor: pointer;
  border: none;
  background: #eee;
  border-radius: 4px;
  width: 200px;
  height: 40px;
}
.tab:hover {
  background: #ddd;
}

.tab.active {
  background: #333;
  color: #fff;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}
.tab-content p{
  margin-bottom: -50px;
}
.biasSlideshow{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  width: 680px;
  margin: 40px auto;
  gap: 40px;
}
.biasphoto{
  height: 200px;
  width: 200px;
}
.biasphoto:hover{
  box-shadow: 0px 0px 10px 10px #ff87b7;
}
.biasphoto:hover .coupontooltip{
  display: block;
}
.couponcode:hover .coupontooltip {
    display: block;
}


.coupontooltip {
    display: none;
    background-color: white;
    background: linear-gradient(0deg,#ffe0eb, white 100%);;
    margin-left: 28px;
    padding: 10px;
    position: absolute;
    z-index: 1000;
    width: auto;
    height:20px;
    border: 1px solid #ff87b7;
    border-radius: 60px;
    color: #ff87b7;
}

.couponcode {
    margin:100px;
}