body
{
  font-family: "Rubik", sans-serif;
  background-color: white;
}
.standard-container
{
  background-color: #F5F5F5;
  padding: 20px 20px;
  border-radius: 12px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  font-size: 24px;
  text-align: center;
  margin: 20px auto;
  width: 700px;
}

.standard-button{
  background-color: #4957F0;
  color: white;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  width: 270px;
  height: 70px;
  font-size: 24px;
  font-weight: 550;
  margin: 5px;
}