@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
}

.container {
  height: 20vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

button {
  margin-top: 15px;
  background: none;
  border: 1px solid black;
  padding: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
}

span {
  margin: 10px 0;
}
