@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital@1&display=swap');

body {
    
background-color: #f4c5f1;

}

#logo-estrella {
    
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

div {

  text-align: center;

}

.boton {

    color: white;
    background-color: #CB04FB;
    height: 50px;
    border-radius: 25px;
    width: 125px;
    border: solid 2px black;
    margin: 10px;
    padding: 5px;
    box-sizing: border-box;
    font-family: 'Comic Neue', cursive;
    font-size: medium;
}

.boton:hover {

    background-color: #FF70AF;
}