* {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    height: 100%;
}

.botoes-paginas__container {
    gap: 1em;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.botoes-pagina__link {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;

    width: 7em;
    height: 2em;

    border: 2px solid black;
    border-radius: 1em;
    background-color: aqua;

    text-decoration: none;
    color: black;
}