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



.bubble {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    background: #ffffff;
    color: #5c5c5c;
    font-family: Comic Sans MS;
    font-size: 15px;
    line-height: 30px;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 200px;
    height: 75px;
    border: 2px solid #e5e5e5;
    border-radius: 15px;
    padding: 10px;
}

    .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 {
    margin-left: 160px;
    height: 200px;
    display: block;
    margin-top: 40px;
		padding: 0px;
		background-color: #fff;
		border: 2px solid #fff;
		border-radius: 15px;
    }

   
		#canvas	{
		width: 150px;
    height: 250px;
		z-index: 1;
		}
		
    .snowman {
    position: fixed;
    
    left: 0;
    display: block;
    margin: 0 auto;
    margin-top: 0px;
    width: 500px;
    height: 8px;
		padding: 0px;
		background-color: #fff;
		border: 2px solid #fff;
		border-radius: 15px;
        z-index: 4;
    }
		
 .progress-bar {
   position: fixed;
   top: 2px;
   left: 0;
    width: 100%;  
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
    height: 20px;
    border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; 
    overflow: hidden;
  }

  .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: 55px;
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			max-width: 300px;
			margin: 0 auto;
			padding: 0px;
			background-color: #fff;     
			border-bottom: 2px solid #e5e5e5;	
		}
		
		.answer-container {
		margin: 0 auto;    
    width: 300px;
		margin-top: 5px;
		height: 55px;
    border-bottom: 2px solid #e5e5e5;
	}
		
		.word-container, #canvas {
		position: relative;
		}

	    .word-container {
      height: 100px;
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			max-width: 600px;
			margin: 0 auto;
			padding: 20px;
			background-color: #E3F5FF;
			border-radius: 10px;
      margin-top: -50px;
			z-index: 5;
      border: 2px solid #e5e5e5;
	}

      .check-container {
      position: fixed;
      left: 0;
      bottom: 0;
      height: 80px;
			width: 100%;
			padding: 10px;  
	}
      .result-container {
      margin: 0 auto;
			margin-top: -40px;
	}

     .correct {
     display: block;
     margin-top: -30px;
	   padding: 0px 50px;
     text-align: center;
     color: white;
     font-size: 18px;
     font-family: Comic Sans MS;
     font-weight: bold;
    }

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

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

     .incorrect {
     padding: 0px 60px;
     text-align: center;
     color: white;
     font-size: 14px;
     font-family: Comic Sans MS;
     font-weight: bold;
    }

    #check-button {
    margin-top: 15px;
    width: 60px;
    height: 50px;
		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: 16px;
    color: black;
    }

#next-button {
   margin-top: 15px;
    width: 60px;
    height: 50px;
		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: 16px;
    color: black;
    }

  	.word {
		display: inline-block;
		padding: 10px;
		margin: 4px;
		background-color: #fff;
		border: 2px solid #9BCFE8;
    border-bottom: 4px solid #9BCFE8;
		border-radius: 12px;
		cursor: pointer;
    font-size: 16px;
    font-family: Comic Sans MS;
	}

   .copy {
   background-color: #9BCFE8;
   color: #eee;
   pointer-events: none; /* Disable click events */
  }