@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(34, 111, 255);
}

header h1 {
    color: white;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

main {
    text-align: center;
    margin-top: 50px;
}

section {
    display: inline-flex;
}

aside.resultado {
    background-color: white;
    min-width: 85px;
    width: auto;
    height: 51px;
    margin: auto;
    font-size: 40px;
}

button.adds {
    width: 53px;
    height: 53px;
    font-size: 30px;
}

button.reinicia {
    width: 53px;
    height: 53px;
    font-size: 30px;
    margin: 50px;
}

footer a {
    color: white;
    text-decoration: none;
}

footer p {
    text-align: center;
    color: white;
    font-size: 1.4em;
    font-weight: bold;
    font-style: italic;
    margin-top: 150px;
}