.Frame {
  background-color: #d3d3d3;
  width: 60vw;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  border: solid 1px black;
  border-radius: 25px;
}

.button {
  width: 40vw;
  height: 100px;
  border-radius: 25px;
  margin-bottom: 25px;
}
