*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
boyd {
  font-family: "Roboto", sans-serif;
}
.rocorder_icon {
  font-size: 3rem;
  color: #e83a3b;
  width: 70px;
  height: 70px;
  box-shadow: 0 0 0.3rem #e83a3b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  margin: 0 auto;
}

.rocorder_icon:active {
  background-color: rgb(255, 217, 0);
}
.container {
  width: 100%;
  max-width: 800px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
  margin: 0 auto;
}
#record_text {
  margin-top: 2rem;
}
#answer,
#record_text {
  /* font-style: italic; */
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-weight: 600;
  padding: 0.1rem 0;
}
