@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  width: 100%;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  font-family: "Inter", Arial, Helvetica, sans-serif, serif;
  font-weight: normal;
}

.btn {
  min-height: 150px;
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20%;
  border: 6px solid black;
  margin: 1.5rem;
}

.btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.yellow {
  background-color: #f99b45;
}

.red {
  background-color: #d95980;
}

.purple {
  background-color: #819ff9;
}

.green {
  background-color: #63aac0;
}

.flash {
  background-color: white;
}

.userflash {
  background-color: green;
}
#start {
  border: none;
  width: 150px;
  height: 60px;
  font-size: larger;
  background-color: #819ff9;
  border-radius: 10px;
}
/* 
@media screen and(max-width:480px) {

  .btn{
    height: 50%;
    width: 50%;
    border-radius: 20%;
    border: 10px solid black;
    margin: 2.5rem;
  }
} */

.end {
  text-align: end;
  margin-top: 100px;
  padding-right: 20px;
}
h1 {
  text-align: center;
}
h2 {
  text-align: center;
}

ol {
  font-size: 18px;
  list-style-type: none;
}
.instruction {
  margin: 10px 0;
}

