/*--- imports --->*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* Predefinicoes*/
.centralize {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.padding {
    padding: 10px;
}

.Space{
    height: 10px;
}

/*--- Style ---*/
body {
    background-color: whitesmoke;
    padding-bottom: 70px;
    font-family: 'Roboto', sans-serif;
    color: black;
    text-align: justify;
    padding: 5px 5px;
}
.smallHeader {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    padding-top: 10px;
    padding-bottom: 10px;
    height: 70px;
    width: 98%;
    font-size: 2rem;
    text-align: center;
    overflow: hidden;
    color: black;
}

.botao button{
    border-radius: 10px;
    color: black;
    background-color: whitesmoke;
    border: black 1px solid;
    padding: 5px;
    font-size: 2rem;
}

a{
    text-decoration: none;
}