.title {
  font-size: 35px;
}
body{
  font-family: 'Times New Roman', Times, serif;
  line-height: 1.5;
}
.text-center.nobull {
      
  margin: 0 auto;
  color: aliceblue;
  background-color: #7BB0A6;
  width: 450px;
  font-size: large;
  border-radius: 10px;
  box-shadow: inset 0 -3em 3em rgba(0,0,0,0.1),
  0 0  0 2px rgb(255,255,255),
  0.3em 0.3em 1em rgba(0,0,0,0.3);
}