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

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

body {
    background: rgb(217, 248, 253);
    font-family: 'Nunito', sans-serif;
}

h1 {
    background: white;
    text-align: center;
    color: #d590fa;
    border-radius: 2rem;
}

img {
    margin: auto;
    display: block
}

h2 {
    background: white;
    text-align: center;
    color: #d590fa;
    border-radius: 2rem
}

h3 {
    background: white;
    text-align: center;
    color: #000000;
    border-radius: 2rem
}

h4 {
    background: white;
    text-align: center;
    color: #000000;
    border-radius: 2rem
}

h5 {
    text-align: center;
    color: #000000;
}

h6{
    text-align: center;
    color: #000000;
}

ul {
    text-align: center;
    color: #000000;
}

Footer {
    color: #a29999;
    font-size: 0, 7rem;
}

links {
    background: #ffffff;
    text-align: center
}

.materias {
    display: flex
}

.aprobadas {
    background: #d590fa;
    width: 50%;
    margin: 5%;
    padding: 5%;
    border: 0.3rem solid #a700ff;
    border-radius: 2rem;
    box-shadow: 1rem 1rem 1rem #484848;
}

.grupo {
    background: #80ffbb;
    width: 80%;
    margin: 5%;
    padding: 5%;
    border: 0.3rem solid #00ff3b;
    border-radius: 2rem;
    box-shadow: 1rem 1rem 1rem #484848;
    font-family: 'Nunito', sans-serif;
    text-decoration: none;
    color: #000;
    font-size: 1rem;
    display: inline-block;
}



.paula:hover {
    background: #6ae0db;
}

.paula {
    font-family: 'Nunito', sans-serif;
    text-decoration: none;
    color: #000;
    font-size: 1rem;
    padding: 0rem;
    display: inline-block;
    margin: 0.5rem;
    text-align: center;
}

.daiana:hover {
    background: #6ae0db;
}

.daiana {
    font-family: 'Nunito', sans-serif;
    text-decoration: none;
    color: #000;
    font-size: 1rem;
    padding: 0rem;
    display: inline-block;
    margin: 0.5rem;
    text-align: center;
}

.selene:hover {
    background: #6ae0db;
}

.selene {
    font-family: 'Nunito', sans-serif;
    text-decoration: none;
    color: #000;
    font-size: 1rem;
    padding: 0rem;
    display: inline-block;
    margin: 0.5rem;
    text-align: center;
}


.franco:hover {
    background: #6ae0db;
}

.franco {
    font-family: 'Nunito', sans-serif;
    text-decoration: none;
    color: #000;
    font-size: 1rem;
    padding: 0rem;
    display: inline-block;
    margin: 0.5rem;
    text-align: center;
}


.contenedor {
    max-width: 75rem;
    margin: auto;
}
