/*ORIGINAL TASK PUPILS STARTED WITH */
/* Insert any CSS code below here */

#outside {
  z-index: 1;
  position: absolute;
  background-color: #ffedc7;
  font-weight: bold;
  font-variant: small-caps;
  font-stretch: expanded;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: 1s;
  transform-origin: 0;
   background-image: linear-gradient(to right, #E62C31 ,#FDE9CE, #029664);
}

.open-card {
  transform: rotateY(90deg);
}

#outside-title {
  color: #698308 ;
  font-weight: bold;
  font-family: Lucida Console;
  font-size: 12pt;
  text-align: center;
  font-stretch: expanded;
}

#outside-pic {
  width: 150px;
  height: 150px;
}

#outside-help {
  color: #698308 ;
  font-family: Lucida Console;
  font-size: 12pt;
  text-align: center;
  padding: 20px;
}

#inside {
  z-index: 0;
  position: absolute;
  background-color: #ffedc7;
  width: 100%;
  height: 100%;
  text-align: center;
  background-image: linear-gradient(to right, #42687C ,#B3DAF1 , #707571);
  }
  


#inside-title {
  color: #ffffff ;
  font-family: Lucida Console;
  font-size: 12pt;
  text-align: center;
  font-stretch: expanded;
  font-weight: bold;
  font-variant: small-caps;
}

#inside-pic {
  width: 120px;
  height: 100px;
}

#message {
  color: #ffffff ;
  font-family: Lucida Console;
  font-size: 12pt;
  text-align: center;
}

button {
  background: #cec0c0 ;
  color: #ffffff;
  border: 2px solid #ffffff ;
}