/* Bobblehead Bunny - https://www.cursors-4u.com/cursor/bobblehead-bunny */
* {
  cursor: url('https://cdn.cursors-4u.net/css-previews/bobblehead-bunny-005ae02f-css.webp') 0 0, auto !important;
}

/* End www.Cursors-4U.com Code */

body {
  background-image: url('http://dl9.glitter-graphics.net/pub/606/606519tbjzdqdjou.gif');
  background-attachment: fixed;
  background-repeat: repeat;
  margin: 0px;
}

.title {
  color: #5c3c5b;
  text-align: center;
  font-size: 66px;
}

.rollingtexthd {
  background-color: #e8c1ff4f;
  padding: 5px;
  border-width: 2px;
  border-style: dashed;
  border-color: #be9bff62;
}

.body-container {
  display: grid;
  grid-template-columns: 250px 2fr 1fr;
  column-gap: 50px;
  row-gap: 20px;

}

.videoplayer {
  padding: 10px;
}

.leftrow {
  display: flex;
  flex-direction: column;
  justify-content: right;
  text-decoration: none;
}

button {
  margin: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 8px;
  border-style: dashed;
  border-width: 1px;
  border-color: rgb(153, 130, 238);;
  background-color: rgb(210, 193, 255);
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #e8c1ff4f;
  color: #5c3c5b;
  text-align: center;
}