@import url('https://fonts.googleapis.com/css2?family=Protest+Revolution&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #B4A5C2;
}
.title-franquias{
    background-color: #a058e4;
    width: 100vw;
    height: 20px;
}

.header{
    background-color: #a058e4;
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
    align-items: center;
}

header .logo{
    font-family: 'Protest Revolution', Arial, Helvetica, sans-serif;
    background-color: #a058e4;
    
}
.image-carrinho{
    background-color: #a058e4;
    width: 30px;
    height: 30px;
    padding-bottom: 5px;
}
.divUsu{
    background-color: #a058e4;
}
img{
    width: 20px;
}
.div-h1{
    background-color: #a058e4;
}
.div-links{
    width: 20vw;
    height: 20px;
    display: flex;
    justify-content: space-around;
    font-family: 'Protest Revolution' ;
    background-color: #a058e4;

}

.div-links a{
    text-decoration: none;
    color: black;
    background-color: #a058e4;
}

.image-usuario{
   background-color: #a058e4; 
}

footer {
    background-color: #a058e4;
    text-align: center;
    padding: 10px;
    color: #fff;
    margin-top: 165px;
}

.foote{
    width: 100%;
    height: 200px;
    background-color: #a058e4;
}
.redesoci h1{
    background-color: #a058e4;
    color: #cacaca;
}

.instagra{
    background-color: #a058e4;
}

.instagra a img{
    background-color: #a058e4;
    width: 20px;
    height: 20px;
}
.instagra a{
    background-color: #a058e4;
    color: black;
    text-decoration: none;
    font-size: 20px;
}
.instagra .felipao{
    margin-left: 50px;
    display: flex;
    flex-direction: row;
    background-color: #a058e4;
}
.instagra .murilo{
    margin-left: 50px;
    display: flex;
    flex-direction: row;
    background-color: #a058e4;
}

.title-franquias{
    background-color: #B4A5C2;
    width: 100%;
    height: 100px;
}

.title-franquias h1{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    margin-top: 10px;
}