.text {
    font-family: Comic Sans MS;
    font-size: 30px;
    text-align: center;
	margin-top: 40px;	
    }


.bubble {
    margin: 50px auto;
    position: relative;
    background: #ffffff;
    color: #5c5c5c;
    font-family: Comic Sans MS;
    font-size: 20px;
    line-height: 50px;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    
    text-align: center;
    min-width: 252px;
    max-width: 270px;
    height: 105px;
    border: 2px solid #e5e5e5;
    border-radius: 15px;
    padding: 0px;
}


    .bubble:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: transparent #ffffff;
    border-width: 16px 17px 16px 0;
    top: 30%;
    left: -17px;
    margin-top: -16px;
}
    .bubble:before {
    content: '';
    position: absolute;
    width: 0;
    z-index: 0;
    border-style: solid;
    border-color: transparent #e5e5e5;
    border-width: 18px 19px 18px 0;
    top: 30%;
    left: -20px;
    margin-top: -18px;
    display: block;
}    
    .bubble-container {
    display: block;
    margin: 0 auto;
    margin-top: -50px;
    
    width: 600px;
    height: 200px;
		padding: 0px;
		background-color: #fff;
		border: 2px solid #fff;
    
		border-radius: 15px;
    }
		#canvas	{
		width: 220px;
        height: 370px;
		z-index: 1;
		margin-top: -80px;
		}
		
    .snowman {
    display: block;
    margin: 0 auto;
    margin-top: 60px;
    width: 800px;
    height: 80px;
		padding: 0px;
		background-color: #fff;
		border: 2px solid #fff;
		border-radius: 15px;
        z-index: 4;
    }
		

 .progress-bar {
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
    height: 30px;
    border-radius: 5px;
    border-top-left-radius: 5px;
      border-top-right-radius: 5px; 
    margin: 0px auto;
    margin-top: -850px;
    overflow: hidden;
    max-width: 840px;
    
  }
  .progress-bar-fill {
    background-color: #6BB5E5;
    height: 100%;
    width: 0;
    transition: width 0.8s ease-in-out;
  } 


		.iconButton, .word-container {
		position: relative;
		}
		
		.iconButton {
  display: flex;
  justify-content: center;
  align-items: center;	
  margin-top: -80px;
  z-index: 4;		
		}	
		
		
		
 .my-button {
  background-color: transparent;
  border: none;
  color: none;
  padding: 10px 20px;
  margin: 4px 2px;
  cursor: pointer;
}

.my-icon {
	width: 50px;
  
  border: none;
  
}	
		

	
  		
			.container {
      height: 70px;
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			max-width: 500px;
			margin: 0 auto;
			padding: 0px;
			background-color: #fff;
            margin-top: 0px;
			border-bottom: 2px solid #e5e5e5;	
		}
		
			.answer-container {
				margin: 0 auto;
    width: 500px;
		margin-top: -50px;
		height: 66px;
		border-radius: 0px;
	    
        border-bottom: 2px solid #e5e5e5;
	}
		
		.word-container, #canvas {
		position: relative;
		}
	    .word-container {
            height: 150px;
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			max-width: 600px;
			margin: 0 auto;
			padding: 20px;
			/*background-color: #E3F5FF;
			border: 2px solid #e5e5e5;*/
			border-radius: 10px;
            margin-top: 10px;
			z-index: 3;
            
	}
      .check-container {
            height: 80px;
			border: 2px solid #fff;
			max-width: 800px;
			margin: 0 auto;
			padding: 20px;
            margin-top: 50px;
		    border-radius: 15px;
	}
      .result-container {
      margin: 100px;
	  margin-top: -90px;
	}
     .correct {
     display: block;
     margin-top: 30px;
	 padding: 0px 50px;
     text-align: center;
     color: white;
     font-size: 28px;
     font-family: Comic Sans MS;
     font-weight: bold;
    }

    .correct-icon {
     margin-left: auto; 
     margin-right: -160px;
     display: block;
     width: 100px;	
     margin-top: -55px;
     
     z-index: 4;
    }
    .incorrect-icon {
     margin-left: auto; 
     margin-right: -160px;
     display: block;
     width: 100px;	
     margin-top: -50px;
     
     z-index: 4;
    }

     .incorrect {
     margin-top: 40px;
     padding: 0px 50px;
     text-align: center;
     color: white;
     font-size: 18px;
     font-family: Comic Sans MS;
     font-weight: bold;
    }
    #check-button {
    margin-top: 15px;
    width: 90px;
    height: 70px;
		padding: 0px;
		background-color: #fff;
		border: 2px solid #e5e5e5;
    border-bottom: 4px solid #e5e5e5;
		border-radius: 15px;
		cursor: pointer;
    font-family: Comic Sans MS;
    font-size: 24px;
    color: black;
    }
    
  #next-button {
    margin-top: 6px;
    width: 90px;
    height: 70px;
		padding: 0px;
		background-color: #fff;
		border: 2px solid #e5e5e5;
    border-bottom: 4px solid #e5e5e5;
		border-radius: 15px;
		cursor: pointer;
    font-family: Comic Sans MS;
    font-size: 24px;
    color: #black;
    }
   
  	.word {
		display: inline-block;
		padding: 12px;
		margin: 5px;
		background-color: #fff;
		border: 2px solid #9BCFE8;
    border-bottom: 4px solid #9BCFE8;
		border-radius: 15px;
		cursor: pointer;
    font-size: 22px;
    font-family: Comic Sans MS;
	}
   .copy {
   background-color: #9BCFE8;
   color: #eee;
   pointer-events: none; /* Disable click events */
  }