/*Añadida fuente nasa*/
@font-face{
    font-family: letranasa;
    src: url('letranasa.ttf');
  }

body {
    background-image: url("eclipse.jpg");
    font-family: letranasa;
    background-repeat: no-repeat;
    
  }
  h1{
    color: burlywood;
    text-align: center;
  }
  
  p {
    background-color: #000000;
    color: rgb(255, 255, 255);
    text-align: right;
    font-size: 40px;
    width: 300px;
    height: 60px;
    border-radius: 5px;
    padding-right: 10px;
    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
   
  }
  
  button {
    width: 60px;
    height: 50px;
    border-bottom: burlywood;
    border-color:blanchedalmond;
    border-radius: 15px 0px 15px 0px;
    margin-bottom: 15px;
    font-size: 20px;
    text-align: center;
    font-family: letranasa;
    
  }
  div {
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    margin: center;
    background-image: linear-gradient(to bottom right, rgb(92, 67, 0), rgb(255, 251, 226));
    width: 330px;
    height: 450px;
    border-radius: 20px;

  }

  #igual {
    width: 120px;
    height: 50px;
    border-color:blanchedalmond;
    font-size: 20px;
    text-align: center;
    font-family: letranasa;}