* {
    margin: 0;
}

body {
    background-color: rgba(106, 106, 240, 0.733);
}

li {
    list-style: none;
}

.navbar ul {
    background-color: rgb(73, 50, 205);
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
}

.navbar ul li a {
    color: whitesmoke;
}

.profile {
    background-color: rgb(13, 44, 101);
    margin-top: 2rem;
    display: grid;
    justify-content: center;
}

.imageprofile img {
    height: 20rem;
    margin: 1rem;
}

h1 {
    font-size: 3rem;
    color: chocolate;
    margin: 1rem;
}

h2 {
    color: chocolate;
}

.integrantes {
    background-color: rgb(227, 165, 41);
    display: grid;
    justify-content: center;
    padding: 1rem; 
    font-size: x-large                             
}

.integrantes h2{
    padding: 1rem;
}

.materias {
    background-color: rgb(73, 50, 205);
    padding: 2rem;
    display: flex;
    justify-content: center;
    list-style: none;
    justify-content: space-between;
    font-size: x-large
}

.materias h2 {
    padding: 1rem;
}

.rotulodatos {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer {
    display: flex;
    margin: 2rem;
}

.footer img {
    height: 3rem;
}


body {
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-family: 'Roboto', sans-serif;

    font-size: 2em;
    font-weight: bold;
}