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

.titulo {
  font-family: "Uncial Antiqua", system-ui;
  font-size: 2rem;
  font-weight: 10;
  font-style: normal;
  text-align: center;
}

body {
  background-color: aliceblue;
  color: rgb(255, 72, 0);
  text-align: center;
}

p {
  background-color: rgb(27, 2, 2);
  text-align: center;
}

.btn-box {
  text-align: center;
}

button{
      border-radius: 25px 0 30px 0;
}

#portada {
  text-align: center;
  margin-top: 40px;
}

#portada img {
  border: 25px solid orange;
  padding: 30px 10px 40px 8px;
background-color: black;
width: 200;
}
