body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
}

header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

header nav ul li {
    margin-right: 20px;
}

header nav a {
    color: #fff;
    text-decoration: none;
}

.logo {
    width: 100px;
    height: 100px;
    margin: 20px auto;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.perfil {
    text-align: center;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}
 li img{
width: 50px;
height: 50px;
 }
.pesquisa {
    width: 50%;
    margin: 20px auto;
}

#pesquisa {
    width: 100%;
    height: 40px;
    padding: 10px;
    font-size: 18px;
    border: 1px solid #ccc;
}

#btn-pesquisa {
    width: 100%;
    height: 40px;
    background-color: #333;
    color: #fff;
    border: none;
    cursor: pointer;
}

#resultado-pesquisa {
    margin-top: 20px;
}