@import url('https://fonts.googleapis.com/css?family=Inter:400');
html
{
background: #7828FD;
}
#grad {
  background-image: linear-gradient(#4405F5, #D77CFF);
}
body {
    background: #E0BAFF;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: black;
    font-family: "Inter", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 800px;
    padding: 2em 2em 4em;}
 {
    margin: 0;
    padding: 0;
}

nav {
    background-color: rgb(0, 0, 0);
    height: 80px;
    border-bottom: 5px solid #D77CFF;
}

nav ul {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
}

nav ul li {
    height: 100%;
}

nav ul li button {
    background-color: black;
    height: 100%;
    width: 150%;
    border: none;
}

nav ul li button:hover {
    background-color: #D77CFF;
    width: 150%;
}

nav ul li a {
    font-size: 20px;
    text-decoration: none;
    color: white;
}
.navbar--grupo {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    align-items: center;
    height: 80px;
    background-color: black;
}

.navbar--grupo li {
    font-family: "Inter";
    font-size: 20px;
    color: white;
}

a {
    text-decoration: none;
    color: white;
}

a:hover {
    color: cyan;
}

.perfil {
    display: flex;
    justify-content: center;
    background-image:linear-gradient(#4405F5, #D77CFF);
    align-items: center;
    width: 100%;
    height: 250px;
    border-bottom: 4px solid #D77CFF;
}

h1 {color:#674ce4;margin: 20px 0px 20px 0px;}
header {background:#9e89ff; box-sizing: border-box; widht:100%; text-align: center;}
footer p {color: #0c0335; font-size: 0.5rem; text-align: center;}
div{display:flex;flex-wrap: wrap;background-color: #c4b7ff; widht:100%; height: 400%; justify-content: space-evenly;}
.menu{background-color: #6746ff;}
.foto{
    width: 200px;
    height: auto;
    border: 5px solid #D77CFF;
    border-radius: 50%;
}

.materias {display:flex;flex-wrap: wrap;background-color: #c4b7ff; widht:100%; height: 400%; justify-content: space-evenly; border-bottom: 1px}

li {list-style: none;}
.administrativo{font-size: 0.6rem;}
h3 {background-color:  text-align:center;}