* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
        "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}


header {
    width: 100%;
    height: 100px;
    background-color: #023e8a;
    padding: 0px;
    display: flex;
    flex-wrap: flex;
    justify-content: space-between;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.perfil {
    display: flex;
    flex-direction: row-reverse;
    width: 500px;
    align-content: center;
}

.perfil img {
    transform: scale(0.8, 0.8);
}

.perfil h3 {
    align-self: center;
    margin-right: 10px;
    color: white;
}

.tabeladepacientes {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 100px;
    font-size: 40px;
    height: 48px;
    width: 400px;
    color: #000000;
    background-color: #7CD8F1;
    border-radius: 40px;

}


.ajuste img{
    
    width:100%;
    
    height:100%;


}









