@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&display=swap');
body {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; 
  height: 100vh;
  background-image: url('back.jpg'); 
  background-size: cover; 
  background-position: center; 
}

#valentineText {
  font-family: 'Sacramento', cursive; 
  font-size: 36px;
  margin-bottom: 20px; 
}

#bearImage {
  margin-bottom: 20px;
  max-width: 206px;
  max-height: 233px;
}

.button-container {
  display: flex;
  justify-content: space-between;
}

.btn {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

#yesBtn,#yesBtn2,#yesBtn3,#yesBtn4,#yesBtn5 {
  background-color: #28a745; 
  color: #ffffff;
}
#noBtn {
  background-color: #dc3545;
  color: #ffffff; 
}

#textField {
  font-family: 'Dancing Script', cursive;
  font-size: 50px; 
  color: red; 
}

#handImg{
  max-width: 50px;
  max-height: 58px;
}


