
	body {

	  margin-top: 60px;
	  background: url("indexbg.jpg");
	  background-size: cover;
	}
.theButton {
  z-index: 1;
	box-shadow:inset 0px 0px 5px 1px rgba(168,0,249,1);
  background: linear-gradient(to bottom,  rgba(168,0,249,1) 0%,rgba(106,0,232,1) 47%,rgba(65,0,205,1) 50%,rgba(118,29,226,1) 100%);
	background-color: rgba(168,0,249,1);
	border: solid 2px white;
	display:inline-block;
	color: white;
	font-family: "Cossette Texte";
	font-size:25px;
	font-weight:bold;
	padding:19px 59px;
	text-decoration:none;
	text-shadow:0px 2px 0px black;
	box-shadow:2px 2px 0px black;
}
.theButton:hover {

   background: linear-gradient(to top,  rgba(168,0,249,1) 0%,rgba(106,0,232,1) 47%,rgba(65,0,205,1) 50%,rgba(118,29,226,1) 100%);
	background-color:#2f045d;
}
.theButton:active {

	position:relative;
	top:1px;
}

			.yum {
			z-index: 1;
			  bottom: 35px;
			background: white;
			position: absolute;
			border: 2px solid black;
			box-sizing: border-box;
			padding: 7px;
			width: 500px;
			height: 530px;
			font-size: 20px;
			border-radius: 0px;
			box-shadow: 2px 2px 4px #00000094;
			position: relative;
			overflow: scroll;
		}
		
		.heading {
		  z-index: 50;
		  position: relative;
		      filter: drop-shadow(2px 2px 0 white) drop-shadow(-2px 2px 0 white) drop-shadow(0 2px 0 white) drop-shadow(0 -2px 0 white);
		}
		
		.bigtext {
		  justify-content: center;
		  
		  position: relative;
		  background-color: rgba(106,0,232,1);
      color: #000;
      border-radius: 100%;
      font-size: 90px;
      font-style: italic;
      float: center;
      padding-left: 20px;
      padding-right: 20px;
      z-index: 20;
}
    .sub {
      z-index: 30;
      top: -20px;
      width: 360px;
    transform: translateX(152%);
    position: relative;
    display: flex;
    justify-content: left;
    }
    
    #changes {
      filter: drop-shadow(1px 1px 0 #a800f9) drop-shadow(-1px 1px 0 #a800f9) drop-shadow(0 2px 0 #a800f9) drop-shadow(0 -1px 0 #a800f9);    
      font-size: 40px;
      color: white;
      text-align: left
    }
    
    #changing-word{
    color: red;
    transition: opacity 0.4s;
}
.keep {
	margin-top: 0;
	font-family: "Cossette Titre", sans-serif;
	font-weight: thin;
	font-style: italic;
	font-size: 24px;
	border-bottom: none;
}

.keep::before {
	content: "";
	opacity: 1;
	padding-right: 0px;
}

.doll {
  float: right;
  top: 110px;
  z-index: 999;
  width: 460px;
  right: 60px;
  position: absolute;
  filter: drop-shadow(0px 2px white) drop-shadow(0 -2px white) drop-shadow(2px 0 white) drop-shadow(-2px 0 white)  drop-shadow(0 0 3px black);
}
b {
  color: black;
}
.guide {
  line-height: 10px;
  font-size: 20px;
}

.scrolly {
  position: absolute;
  top: 250px;
  width: 100%;

  left: 0;
  white-space: nowrap;
  z-index: 0;
    margin: auto;
  width: 100%;
  overflow: hidden;
  display: flex;
  user-select: none;

}
.scrolly:after {
  position: absolute; 
  content: ''; 
  display: block; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  z-index: 1; 
}
.scrolly:hover:after {
  opacity: 0;
}

.scrolly_track {
  animation: scrolly-content 10s linear infinite;
    transition: filter 0.3s ease;
      filter: brightness(0.2);
  filter: grayscale(1);
  height: 90px;
    flex-shrink: 0;
  display: flex;
  justify-content: center;
  min-width: 100%;
  padding-left: 100%; /* Start off screen */
}

.scrolly:hover .scrolly_track {
  filter: grayscale(0);
  filter: brightness(1);
  animation-play-state: paused;
}

.scrolly_item img {
  padding: 0;
  margin: 0;
  height: 80px;
  width: auto;
  display: block;
}

@keyframes scrolly-content {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

.good {
  color: #a800f9;
}