h1 {
    text-align: center;
    font-size: 4rem;
}
h3 {
    text-align: center;
    font-size: 2rem;
    margin-inline: 0px auto;
}
h6 {
    margin-left: 60px;
    margin-right: 60px;
}
p {
    text-align: center;
    font-size:5rem;
}
body {
    color: rgb(36, 23, 54);
    background-color: rgb(255, 255, 255);
    font-family: Segoe UI
}
table {
    margin: 0px auto;
    border-radius: 9px;
}
button {
    font-size: larger;
    margin-inline: 1px auto;
    width: 3.5rem;
    height: 2rem;

    border-color: rgb(36, 23, 54);
    background-color: #ffffff;
    border-radius: 5px;
}

button:hover {
  background-color: rgb(161, 140, 213);
}

.mouth {
    margin-inline: 25% auto;
}