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

.estudiante {border-radius: 20rem;}

body{background: #ffeaea; font-family: sans-serif; color: #ff0000; padding: 8px; margin: 8px; font-family: 'Space Grotesk', sans-serif;}
h1{background: #ffeaea; color:#ff0000;} 
h2{color: black;}
h3{color: black;}
p{color: black;}

footer p{
    margin: 2%; 
    background: #ffeaea; 
    font-size: 0.7rem; 
    color:#ff0000; 
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 2rem; 
    margin-bottom: auto; 
    border: 0.05rem solid #ff0000; 
    padding: 1%; 
    border-radius: 1rem;}

.inicio{color: #ff0000;}
.behance {
    color: #ff0000;
    text-decoration:none;
}

.todo{
    margin: 2%;
    text-align: center;
}

nav {
    font-family: 'Space Grotesk', sans-serif;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 20px;
    border: 0.05rem solid #ff0000;
    border-radius: 1rem;
}

.link {
    color: #ff0000;
  }