@charset "UTF-8";

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

a {
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    border: 1px solid white;
    color: white;
    text-decoration: none;
    width: 130px;
    padding: 2px 0px;
    text-align: center;
    border-radius: 14px;
    position: absolute;
    top: 1%;
    left: 1%;
}

#conteiner {
    position: relative;
    height: 100vh;
}

#conteudo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#espaco {
    height: 100%;
    width: 100%;
}
