@import url('https://fonts.googleapis.com/css2?family=Bungee&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
html,
body {
  width: 100%;
  height: 100%;
  font-family: "Roboto", sans-serif;
  background: #9794d1;
  background: linear-gradient(
    90deg,
    rgba(151, 148, 209, 1) 0%,
    rgba(51, 51, 59, 1) 50%,
    rgba(0, 0, 0, 1) 100%
  );
}
h1{
    font-size: 46px;
    
}
button {
  padding: 20px;
  width: 60px;
  margin: 0 3px;
  border: 1px solid black;
  border-radius: 25px;
  box-shadow: 2px 2px 5px;
  cursor: pointer;
}
.row {
  margin: 8px 0;
}
.row input {
  margin: 0;
  padding: 40px 0px;
  border-radius: 10px;
  border: none;
  font-size: 24px;
  box-shadow: 2px 6px 6px 2px gray;
}
