@font-face {
  font-family: "Cursed Timer ULiL";
  src: url("https://db.onlinewebfonts.com/t/ab0e848e0e83a85a5af69f5acf1ebe73.eot");
  src: url("https://db.onlinewebfonts.com/t/ab0e848e0e83a85a5af69f5acf1ebe73.eot?#iefix")
      format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/ab0e848e0e83a85a5af69f5acf1ebe73.woff2")
      format("woff2"),
    url("https://db.onlinewebfonts.com/t/ab0e848e0e83a85a5af69f5acf1ebe73.woff")
      format("woff"),
    url("https://db.onlinewebfonts.com/t/ab0e848e0e83a85a5af69f5acf1ebe73.ttf")
      format("truetype"),
    url("https://db.onlinewebfonts.com/t/ab0e848e0e83a85a5af69f5acf1ebe73.svg#Cursed Timer ULiL")
      format("svg");
}

.container {
  display: flex;
  justify-content: center;
  align-items: start;
  color: #eeeeee;
  background-color: #1b244a;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 40px;
  font-style: bold;
}

.scores-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0px 20px;
}

.title {
  margin-bottom: 10px;
}

.score {
  width: 155px;
  margin: 20px 20px;
  text-align: center;
  color: #f94f6d;
  background-color: #080001;
  border: 2px solid #9aabd8;
  border-radius: 10px;
  font-family: "Cursed Timer ULiL";
  font-size: 90px;
  text-shadow: 0 0 20px #f94f6d;
}

.button-container {
  display: flex;
}

.btn {
  width: 45px;
  margin: 20px 2px;
  color: #9aabd8;
  background-color: #1b244a;
  border: 2px solid #9aabd8;
  border-radius: 10px;
  font-family: "Cursed Timer ULiL";
  font-size: 18px;
}

.btn:active {
  background-color: #9aabd8;
  color: #1b244a;
}

.game-controls {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#game-clock {
  font-family: "Cursed Timer ULiL";
  font-size: 36px;
  color: #f94f6d;
  background-color: #080001;
  border: 2px solid #9aabd8;
  border-radius: 10px;
  padding: 10px 20px;
  margin: 20px 0;
  min-width: 120px;
  text-align: center;
  text-shadow: 0 0 20px #f94f6d;
}

#reset-btn,
#start-btn {
  width: 90px;
  height: 45px;
  margin: 2px 2px;
}
