button {
  position: absolute;
  z-index: 1000; 
  top: 820px;
  left: 820px;
  background-color: white; 
  border-radius: 12px;
  padding: 10px;
  border: none;
}

#speakButton {
  position: absolute;
  z-index: 1000; 
  top: 500px;
  left: 50px;
  background-color: white; 
  border-radius: 12px;
  padding: 10px;
  border: 0.5px;
  
}

#speakButton:hover {background-color: #ff9cd6}

#speakButton:active {
  background-color: #ff9cd6;
  box-shadow: 0 3px #000000;
  transform: translateY(0.5px);
}

#button1{
  position: absolute;
  z-index: 1000; 
  top: 740px;
  left: 1040px;
  background-color: white; 
  border-radius: 12px;
  padding: 10px;
  border: none;
}

#button1:hover {background-color: #90C0FF}

#button1:active {
  background-color: #90C0FF;
  box-shadow: 0 3px #000000;
  transform: translateY(0.5px);
}

#button2{
  position: absolute;
  z-index: 1000; 
  top: 250px;
  left: 1070px;
  width: 150px;
  height: 180px;
  border: none;
  background-color: white;
  opacity: 0;
}

#chatbox { 
  position: absolute;
  width: 300px; 
  height: 300px; 
  left: 380px;
  top: 560px;
  z-index: 1000;
  overflow-y: auto;
}


  #user_input { 
  position: absolute;
  width: 200px; 
  height: 20px;
  z-index: 1000;
  overflow-y: auto;
  right: 890px;
  top: 850px;
  z-index: 1000;
  overflow-y: auto;
  border-radius: 12px;
  padding: 5px;
  border-width: 0.5px;
  background-color: #FFF9E9;

}

#keychain{
  position: absolute;
  width: 200px;
  left: 110px;
  bottom: 50px;
  z-index: 1000;

}

  #sendButton { 
  left: 600px; 
  z-index: 1000;
  top: 847px;
  
}

#sendButton:hover {background-color: #ff9cd6}

#sendButton:active {
  background-color: #ff9cd6;
  box-shadow: 0 5px #000000;
  transform: translateY(0.5px);
}

body, html {
  height: 100%;
  margin: 0;
}

body { 
  font-family: Arial, sans-serif; 
}

header {
  height: 100px;
  padding-top: 30px; 
  padding-left: 550px;
  padding-bottom: 20px;
  background-color: #F5F6F1; 
  text-align: left; 
  color: black;
  position: relative;
  z-index: 10;
}

.bg {
  background-image: url("bg.jpg");
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: -1;
}

h1{
  font-family: "norman-variable", sans-serif;
  font-variation-settings: "weight" 400;
font-size: 36px;
}

.sketch1{
  position: absolute;
  z-index: 1000;
  left: 1240px;
  top: 685px;
}

iframe{
height: 300px;
width: 250px;
z-index: 100;
border: none;
}

/* p{
font-family: "gopher", sans-serif;
font-weight: 300;
font-style: italic;
} */


