.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #141414;
}

.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color:  #1f1f1f;
    border-radius: 20px;
    width: 350px;
    height: 550px;
}

.titulo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}

.logo {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}


.lista-informacoes .lista a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #333333;
    margin: 15px;
    width: 300px;
    height: 40px;
    border-radius: 8px;
color: #ffffff;
}

.informacoes{
    margin-top: 10px;
}

.descricao{
    font-size: 14px;
    color: #ffffff;

    margin-top: 35px;
}

.nome{
    color: #ffffff;
    margin-top: 15px;
}

.cidade{
    color: #c5f82a;
    margin-top: 8px;
}



