main figure {
    display: flex;
    justify-content: center;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}

.chave {
    font-size: x-large;
    display: flex;
    justify-content: center;
}


.box {
    padding: 10px;
    padding: 10px;
    box-shadow: 5px 5px 5px 5px #CCC;
    border-radius: 25px;
}

.botaoPeriodo {
    display: flex;
    justify-content: center;
}

.botaoPeriodo input:hover {
    background-color: #CCC;
    color: #575c61;
}

.encontro {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.organizador {
    display: flex;
    flex-direction: column;
    align-items: center;
}

input {
    padding: 2px;
    border-radius: 5px;
    border-width: 1px;
}

form .alinharButton{
    display: flex;
    justify-content: center;
}

.index{
    position:absolute;
    width: auto;
}

.loading{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
}
.loading label{
    font-size: 34px;
    color: white;
}

