@charset "UTF-8";
/* CSS Document */
body {
  background: black;
}
.frame {
  background: yellow url("brain.jpg");
  width: 1000px;
  height: 640px;
  margin: 0px auto;
  position: relative;
}

.stats {
  color: white;
  font-size: 20px; 
  position: absolute;
  top: 20px;
  left: 20px;
  text-shadow: 5px 5px 15px black;
  text-align: center; 
}

.y2007 {
  color: black;
  font-size: 11px; 
  position: absolute;
  top: 160px;
  left: 290px;
  text-shadow: 5px 5px 15px black;
  text-align: center;
}
.y2010 {
  color: black;
  font-size: 19px; 
  position: absolute;
  top: 233px;
  left: 360px;
  text-shadow: 5px 5px 15px black;
  text-align: center;
}
.y2014 {
  color: black;
  font-size: 19px; 
  position: absolute;
  top: 189px;
  left: 490px;
  text-shadow: 5px 5px 15px black;
  text-align: center;
}
.y2017 {
  color: black;
  font-size: 14px; 
  position: absolute;
  top: 89px;
  left: 580px;
  text-shadow: 5px 5px 15px black;
  text-align: center;
}
.y2020 {
  color: black;
  font-size: 16px; 
  position: absolute;
  top: 164px;
  left: 705px;
  text-shadow: 5px 5px 15px black;
  text-align: center;
}
.y2022 {
  color: black;
  font-size: 16px; 
  position: absolute;
  top: 394px;
  left: 570px;
  text-shadow: 5px 5px 15px black;
  text-align: center;
}
.y2023 {
  color: black;
  font-size: 15px; 
  position: absolute;
  top: 394px;
  left: 695px;
  text-shadow: 5px 5px 15px black;
  text-align: center;
}
