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

body {
      height: 800px;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-size:20px;
      background-color: #FFDEAD;   
      margin-bottom: 20px;
     
     
      }
body p{
      align-items: center;
      justify-content: center;
      line-height: 2;
}

.imagen{
      align-items: center;
      justify-content: center;
      height: 500px;
}
