body{
  background-color: lightblue;
}
div{
  padding: 25px;
  margin: 0;
  background-color: red;
  width: 300px;
  height: 500px;
  border-radius: 25px;
}
button{
  width: 70px;
  height: 70px;
  font-size: 25px;
}
p{
  background-color: lightgrey;
  width: 300px;
  height: 60px;
  font-size: 40px;
  text-align: right;
}
