@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;700&display=swap');

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


body {background: black; font-family: 'Roboto Condensed', sans-serif; text-align: center;color: white;}
header {border: 0.1rem solid red; 
	    padding: 1rem;
	    margin: 5%;
	    border-radius: 1rem; }
h1 {color: white;}
header h2{color: white}

.foto{border-radius: 2rem;}

.materias-aprobadas{background: black; 
	       color: white; 
	       text-align: center; 
	       max-width: 100rem; 
	       padding: 1rem;
	       max-width: 75rem;
	       margin: auto; }

.en-curso{background: black;
          color: white;
          text-align: center; 
	      max-width: 100rem; 
	      padding: 1rem;
	      max-width: 75rem;
	      margin: auto; }

.datos-obligatorios{background-color: grey;
          color: white;
          text-align: center; 
	      max-width: 100rem; 
	      padding: 1rem;
	      border-radius: 1rem;
	      max-width: 75rem;
	      margin: auto;
	     }

.datos-obligatorios1{padding: 1rem;}


.integrante1{font-family: 'Roboto Condensed', sans-serif;
             font-weight: 100; 
            text-decoration: none;
            color: red;
            background-color: white;
            border-radius: 1rem;
            font-size: 1rem;
            padding: 1rem;
            display: inline-block; 
	        max-width: 75rem;
	        margin: auto;}		        





nav{background: black; padding: 1rem;}
nav ul li{display: inline-block;}
nav ul li a{color: red; text-decoration: none; padding: 1rem;}

             }
        
h2 {color: red;}
h3 {color: red;}







footer p{color: white;
	     font-family: 'Roboto Condensed', sans-serif;
	     font-size: 80%;
	     max-width: 75rem;
	     margin: auto;
	     padding: 1rem; }