*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header img{
    width: 100%;
}

.sobre{
    justify-content: center;
    background-color: #28579f;
}

.banner-description{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.banner-description h1{
    margin-top: 20px;
    font-size: 3rem;
    text-align: center;
}

.banner-description h3{
    text-align: center;
}

.banner-description p{
    font-size: 18px;
    text-align: center
}

span{
    color:#ffde59;
}

.vote-section{
    background-color: #6ecbf0;
}

.vonte-card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
}


.card-1{
    display: flex;
    align-items: center;
    background-color: #fff;
    width: 80%;
    height: 20%;
    text-transform: uppercase;
    margin-top: 20px;
}

.card-1 h1{
    font-weight: 800;
    color: #28579f;
}

.logo-psdb img{
    width: 50%;
}

.psdb-description{
    text-align: center;
}

.psdb-description p{
    font-weight: 700;
}

.banner-1 img{
    width: 100%;
}

.banner-3 img{
    width: 100%;
}
