body {
    background-image: url("galaxy.gif");
    background-size: cover;
    width: 100%;
    height: 150%;
    position: absolute;
}

#logo {
    width: 100px;
    height: 25px;
    margin-left: 60px;
    margin-top: 5px;
}

#topo {
    font-size: 25px;
    margin: 8px;
    margin-top: 0px;
    margin-right: 45px;
    padding-bottom: 35px;
}

.contorno{
    padding-top: 20px;
    padding-bottom: 23px;
    background-color: rgba(177, 166, 165, 0.966);
    border-radius: 20px 20px 20px 20px;
    border: 8px groove;
    border-color: rgba(69, 173, 199, 0.6);
    text-align: center;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    width: 550px;
}

p {
    background-color: rgba(89, 131, 84, 0.8);
    color: rgba(25, 25, 25, 0.9);
    text-align: right;
    font-size: 60px;
    width: 465px;
    height: 90px;
    border-radius: 20px 20px 20px 20px;
    border: 6px ridge;
    border-color: rgba(69, 173, 199, 0.6);
    margin-left: 30px;
    padding-right: 15px;
    /* Para que números no salgan del display */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip clip;
}

button{
    background-color: rgba(230, 222, 222, 0.6);
    color: black;
    padding: 14px;
    font-size: 22px;
    margin: 5px 2px;
    margin-left: 16px;
    border-radius: 20px 20px 20px 20px;
    border: 3px solid rgb(16, 99, 114);
    width: 75px;
  }

button:hover{
    background-color: rgb(129, 228, 235);
}