@font-face {
  font-family: "Windows XP";
  src: url(/assets/windows-xp-tahoma.otf);
}
* {
  font-family: "Windows XP", sans-serif;
  box-sizing: border-box;
}
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: url(/assets/windows\ XP\ bg.png) no-repeat fixed center;
  background-size: cover;
}
.box {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: red;
  border-radius: 10%;
  cursor: pointer;
}
.container {
  position: absolute;
  top: 15%;
  left: 0;
  height: 85%;
  width: 100%;
  overflow: hidden;
}
a {
  padding: 10px 20px;
  border-radius: 15px;
  outline: none;
  border: none;
  cursor: pointer;
  background: #94d028;
  color: white;
}
.score{
    font-size: 30px;
    text-align: center;
}