/* Add a black background color to the top navigation */
@charset "utf-8";

* {
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    margin: 0pt;
    padding: 0pt;
    border: 0pt;
    text-align: center
}

.topnav {
  background-color: rgba(70, 35, 235, 0.56);
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f1;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: rgba(10, 25, 232, 0.56);
  color: white;
}


.materias {
    background-color: rgba(70, 35, 235, 0.56);
    border-radius: 2rem;
    display:flex;
    flex-direction: column;
    width: 55%;
    padding: 35px; 
    margin:auto;
    margin-top: 20px;
}


.avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 30px;
  text-align: center;
}

h1 {
    background: black;
    float: inherit;
    color: white;
    height: 50px;
    padding: 5.76px;
    align-content: center;
   height: 100%;
   width: 100%;
   margin-bottom: 30px;
    } 

footer  {
    padding: 30px;
    width: 800px;
    height: 100px;
    margin:auto;
    }

.objetivos {
    background-color: rgba(70, 35, 235, 0.16);
    border-radius: 2rem;
    margin:auto;
    margin-top: 50px;
    width: 600px;
    padding: 50px;
    margin-bottom: 30px;
    }

