.menu{
    background-color: #273f8e;
    border-radius: 10px;
    margin: 7px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.centraliza {
    text-align: center;
}

img{
    width: 80%;
}

.img_logo{
    width: 40%;
}

#logo{
    width: 90px;
    height: 40px;
}

.texto{
    text-align: justify;
    text-justify: inter-word;
}

.card {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 300px;
    /*    background-color: #AEB6BF; */
    border-radius:10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 1%;
}
  
.card:hover {
    /* Tilt the card slightly on hover */
    transform: translateY(-3px) rotateX(3deg);
}

.resumo{
    background-color: gray;
    border-radius: 10px;
    margin: 7px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
