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

header {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10 50 10 50;
    justify-content: space-between;
    background-color: palevioletred;
    width: 100%
} 

nav ul  {
    display: flex;
    padding: 10 10 10 30;
    margin-right: 30
}

nav ul li  {
    padding: 10 10 10 10;
    display: flex;   
    list-style: none;       
} 

nav ul li a{
    padding: 5 10;
    display: flex;   
    list-style: none;
    background-color: aliceblue;
    color: palevioletred;
    border-radius: 10px;
    font-weight: 600;
    align-items: center;
    
    
    } 

#logo {
    display: flex;
    align-items: center;
}

body {  background-color: aliceblue;
        color: palevioletred;
        padding: 0;
        margin: 0; 
        font-size: 1.3em ;
        font-family: sans-serif;
        line-height: normal;
        display: flex;
        flex-direction: column;
        font-family:"Montserrat";
        width: auto;
}

main {  padding: 40;
        display: flex;
        flex-direction: column;
        width: auto;
}

main ul {
     list-style-position: inside
} 

main ul li {
    padding: 0 30 20 0;
    list-style: url( noun_Flower_3898758.svg);
    list-style-position: inside;
}

h1 {
    font-size: 2em ;
    color: darkmagenta;
    font-family: "Montserrat"; 
    margin:30 20 20 20;
    text-align: center;
    font-weight: 600;
            
}  

h2 {
    color: darkmagenta;
    margin: 0 0 20 0;
    text-align: center;
    font-size: 1.5em;
}

h3 {
    color: darkmagenta;
    margin: 0 0 20 0;
    text-align: center
            
}  

h4 {
    color: mediumvioletred;
    margin:40 0 20 0;
    text-align: center

}  

footer {
    margin: 30 0 0 0;
    font-size:0.5em;
    padding: 30 ;
    background-color: palevioletred;
    color: lightblue;
    width: auto;
    display:block;
    width: 100%;
}

a:link
    {   
        text-decoration: none;
        text-align: center
    }
    
img {   
    width: 600px
    }

#columna1 { display: flex;
            flex-direction: column;
            padding: 20 50  20  50;
            text-align: center;
            width: 100%;
        
        }

#columna2 { display: flex;
            flex-direction: column;
            align-items:flex-start;
            padding: 20 50  20  50;
            align-content: center;
            width: 100%;
            margin-left: 0;
            margin-right: 0;
            
          }

#ug {display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    
}

#glast {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        }

#manifiestosurrealista {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
}

.columna1 { 
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-items: flex-start;
            justify-content:space-around;
            margin: 0 50px 0 50px
      }

.jt02 { 
    width:350px;
    text-align: center;
    background-color: #dceef9;
    border-radius: 25px;
    margin: 20;
    padding: 40 20 20 20
}

.materiascurso{
    width: 350px;
    background-color: #dceef9;
    border-radius: 25px;
    margin: 20;
    padding: 40 20 20 20
}

.profesor {
    display: flex;
    flex-direction: column;
    width: 350px;
    text-align: center; 
    padding: 40 30 20 30;
    background-color: #dceef9;
    border-radius: 25px;
    margin: 20;
    
}

.materiasaprobadas {
    display: flex;
    flex-direction: column;
    width: 350px;
    text-align: ;
    padding:40 20 20 20;
    background-color: #dceef9;
    border-radius: 25px;
    margin: 20;
    
}


#logodgpc img{
    width: 100px;
    justify-content: center;
    justify-items: center;
    align-items: center;
    padding: 10 20 10 20
    
}

#avatar img { 
    width: 200px;
}

#prototipoboton {
    margin: 20;
    align-items: center;
    font-size: 1.1em;
    background-color: palevioletred;
    border-radius: 25px;
}

#prototipoboton a {
    text-decoration: none;
    color: aliceblue;
}
