*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Metamorphous&display=swap');

:root{
  background-color: rgb(100, 22, 22);
  font-family: "Metamorphous", serif;
  font-weight: 400;
  font-style: normal;
  color: rgb(219, 216, 216);
}

img{
    width: 50%;
}

h2{
    font-style: italic;
}

a{
    color:rgb(181, 177, 177);
    text-decoration:overline underline;
    font-weight:lighter;
}

a:hover{
    color: rgb(67, 19, 19);
}

.boton_menu{
    color: rgb(67, 19, 19);
}

header{
    margin: 1em;
    padding: 2em;
    line-height: 2em;
    background-color: darkgoldenrod;
    border-radius: 5%;
}

.menu{
    list-style: none;
    padding: 2em;
    border-radius: 30px;
    color: black;
}

body{
    padding: 2em;
}

.principal {
    padding: 4em;
    border: 2px solid darkgoldenrod;
    border-radius: 30px;
    box-shadow: 4px 0 6px rgba(0,0,0,0.5);
}

.Materias{
    margin: 1em;
    padding: 1em;
    line-height: 2em;
    list-style-type: square;
    list-style-position: inside;
    border: 2px solid darkgoldenrod;
    border-radius: 30px;
    box-shadow: 4px 0 6px rgba(0,0,0,0.5);
}

.Prototipo{
    margin: 1em;
    padding: 1em;
    line-height: 4em;
    border: 2px solid darkgoldenrod;
    border-radius: 30px;
    box-shadow: 4px 0 6px rgba(0,0,0,0.5);
}


.equipo{
    margin: 1em;
    padding: 1em;
    line-height: 2em;
    list-style-position: inside;
    border: 2px solid darkgoldenrod;
    border-radius: 30px;
    box-shadow: 4px 0 6px rgba(0,0,0,0.5);
}

footer p{
    margin: 1em;
    padding: 2em;
    background-color: darkgoldenrod;
    line-height: 2em;
    border-color:rgb(207, 36, 36);
    color: rgb(67, 19, 19);
}    