/*Estilos da pagina index.html*/

header {
    display: flex;
    justify-content: space-between;
    background-color: #c0aae0;
    border-bottom: 10px solid #6a4c93;
    padding: 10px 20px;
}

body {
    background-color: #f0e6ef;
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin: 0;
}


.center {
    text-align: center;
}

.container {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

.justify {
    text-align: justify;
}

h1 {
    color:rgb(153, 16, 165);
}

h2 {
    color:rgb(153, 16, 165);
}

#menu li {
    display:inline;
    padding: 15px;
}

#menu li a {
    text-decoration: none;
    color: black;
    font-size: 20px;
}

#menu li a:hover {
    color: rgb(189, 7, 206);
}

.p-30 {
    padding: 30px;
}

.br-50 {
    border-radius: 50%;
}

.wh-300 {
    width: 300px;
    height: 300px;
}

.tm-social {
    width: 50px;
    height: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

/*Estilos da pagina contato.html*/

.ml-50 {
    margin-left: 50px;
}