@import url('https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css');
@import url('https://fonts.googleapis.com/css?family=Oswald|Roboto');

a{
    text-decoration: none;
}

body { 
background-color: #288ac7;
}

img {
    border-radius: 5%;
    margin-top: 0.5rem;
    justify-content: center;
    width: 6.2rem; 
    height:10.5rem;

}

#main {
    background: #4ae8e8;
    margin-left: 3rem;
    margin-right: 3rem;
}

#materias-en-curso {
    margin-bottom: 1rem;
}

#foto {
    text-align: center;

}

#boton{
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;

}

#boton a {
    width: 50%;
    font-family: 'El Messiri', sans-serif;
    font-size: 1.1rem;
    background-color: #4251cb;
    color: white;
    padding: 15px 1px;
    display: flex;
    margin-top: 2rem;
    margin-left: 25%;
    align-items: center;
    justify-content: center;
}

#boton a:hover {
    background-color: #d15a8a;
}

.botonhome{
    width: 5%;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ficha {
    background: #d15a8a;
    font-family: 'Lato', sans-serif;
    font-size: 2rem;
    line-height: 7rem;
    text-align: center
}

.texto {
    font-family: 'Raleway', sans-serif;
    font-size: 0.8rem;
    line-height: 0,4rem;
    margin-left: 1.5rem;

}

.titulo{
    background-color: #288ac7;
    font-family: 'Lato', sans-serif;
    font-size: 2rem;
    line-height: 7rem;
    padding-left: 1.5rem;
}


