#top10 {
  color: #1099ff;
  font-size: 24px;
  }

#pic {
  color: #000000;
  height: 200px;
  box-shadow: 7px 7px 1px;
  margin-top: 15px;
  border-radius: 100px;
  border:4px outset #00b0e0;
  }

#pic:hover {
  border:3px outset #00b0e0;
  height: 202px;
  transform: rotate(4deg);
  }

.contact {
  color: #000000;
  height: 60px;
  box-shadow: 3px 3px 1px rgb(0, 150, 255, .5);
  margin-top: 15px;
  border-radius: 100px;
  border:4px outset #00b0e0;
  vertical-align: middle;
  }

.contact:hover {
  border:3px outset #00b0e0;
  height: 62px;
  transform: rotate(4deg);
  }

.box {
  background-color: rgba(21, 202, 255, 0.7);
  padding: 1px 20px;
  margin-bottom: 5px;
  border-radius: 70px;
  text-align: center;
  width: 560px;
  position: relative;
  overflow: hidden;
  top: 0;
  }

.arts {
  height: 350px;
  }

.arts:hover {
  transform: scale(110%)
  }

.steven {
  height: 50px;
  }

#back {
  color: #003070;
  background-color: #60b0f0;
  padding: 10px 20px 10px 20px;
  border-radius: 40px;
  border-width: 2px;
  border-style:solid;
  text-decoration: none;
  font-size: 24px;
  }

#back:hover {
  transform: rotate(4deg);
  }

body {
  background-image: url('https://reissecup.neocities.org/wrapbg.png');
  color: rgb(0 80 130);
  font-family:Verdana;
}
h1 {
  font-family:AR CHRISTY;
}
#funny {
  height:100px;
  border-color: rgba(21, 202, 255);
  border-radius: 10px;
  border:4px outset #00b0e0;
}
#funny:hover {
  transform: rotate(4deg);
}

.bobby {
  animation: bob 1.5s infinite;
  animation: sway .5s infinite;
  display: inline-block;
}

#comm {
  color: #000000;
  height: 270px;
  /*box-shadow: 3px 3px 1px rgba(0, 150, 255, 0.5);*/
  margin-top: 5px;
  border-radius: 50px;
  border:4px outset #00b0e0;
  }

#comm:hover {
  transform: rotate(4deg);
  }

@keyframes bob {
            0%, 100% {
                transform: translateY(10px);
            }
            50% {
                transform: translateY(-10px);
            }
        }
@keyframes sway {
            0%, 100% {
                transform: translateX(4px);
            }
            50% {
                transform: translateX(-4px);
            }
        }
#back:hover {
  transform: rotate(4deg);
}
.move {
  margin-right:0px; display:inline-block; vertical-align:center; white-space: normal;
}

.mainbg {
border-style: solid; 
border-width: 4px;
border-radius: 20px;
background-color: rgba(21, 202, 255, 0.7);
image-rendering: auto !important;
position: relative;
overflow: hidden;
top: 0;
height: 630px;
width: 757px;
padding-top: 5px;
border:4px outset #00b0e0;
}

.funbg {
color:black;
text-align: center;
background-color: #88eeff;
background-image: url("https://reissecup.neocities.org/art/frubiger.png");
background-size: cover;
font-size: 20px;
width: 400px;
height: 200px;
overflow-y: scroll;
overflow-x: hidden;
border-style: solid;
float:right;
border: 5px outset #00b0e0;
margin:8px;
transition: height 0.1s ease;
}
.funbg div {
background-color: rgba(21, 202, 255, 0.5);
border-radius: 50px;
border-style:solid;
border-color: #0080d0;
border-width: 2px;
margin-left:10px;
margin-right:10px;
padding-top:5px;
padding-bottom:5px;
}
.funbgh {
  margin-left:130px !important;
  margin-right:130px !important;
  border-bottom-left-radius:0px !important;
  border-bottom-right-radius:0px !important;
  border-bottom-width:0px !important;
  padding-top:10px !important;
  font-size:22px;
}
.funbg:hover {
  height:500px;
}

.bubton {
  z-index:12;
  position: relative;
}

.tooltip {
      position: relative;
      display: inline-block;
    }
    .tooltip .tooltiptext {
      visibility: hidden;
      width: 160px;
      background-color: rgb(0, 20, 80);
      color: #ffffff;
      text-align: center;
      border-radius: 15px;
      padding: 5px 0;
      position: absolute;
      z-index: 1;
      bottom: 80%; /* Position the tooltip above the link */
      left: 50%;
      margin-left: -80px; /* Use half of the width to center the tooltip */
      opacity: 0;
    }
    .tooltip:hover .tooltiptext {
      visibility: visible;
      opacity: 1;
    }
    #no-style-link {
            text-decoration: none;
            color: inherit; /* Inherits the color from its parent element */
            cursor: pointer; /* Shows pointer cursor on hover */
        }
    #marq1 {
    display: inline-block;
    animation: marquee 4s linear infinite;
    }
    @keyframes marquee {
    from {
        transform: translateX(200%);
    }
    to {
        transform: translateX(-200%);
    }
}
  @import url('https://reissecup.neocities.org/ARCHRISTY.ttf');
  </style>

.stevenstack {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.stevenstack div {
  display: flex;
}