div{
  height: 596px;
  width: 400px;
  border-width: 5px;
  border-style: solid;
  border-color: blue;
  background-color: white;
}

h1{
  text-align: center;
}

html{
  background-color: gray;
}

.text{
 font-size: 20px;
padding-left: 5px;
padding-right: 5px;
}
style {
    display: flex;
}
