@font-face {
    font-family: bernadette;
    src: url(bernadette.ttf);
}

/*TAGS*/
body {
    font-family: 'Noto Serif', serif;
    background-image: url("background.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    text-align: center;
    padding: 50px 25%;
}

header {
    text-align: center;
}
main {
    background-color: #f7cf8f;
    opacity: 0.8;
    padding: 10px;
}
h1 {
    font-size: 75px;
}

h2 {
    font-size: 18px;
    font-weight: 700;
}

img {
    height: auto;
    width: auto;
}

footer {
    font-size: 10px;
    margin: 0;
    padding: 15px;
    text-align: center;
    line-height: 16px;
    letter-spacing: 0.3px;
    background-color: #f7e2aa;
    opacity: 0.8;
    margin: 20px 0 0 0;
}

footer p, footer h4 {
    margin: 0 0 0 0;
}

footer p {
    font-style: italic;
}

/*CLASES*/
.avatar {
    /*float: left;*/
    padding: 0px 10px 10px;
    height: 300px;
    border-radius: 50%;
}

.nombre {
    font-family: "bernadette";
    margin: 5px 0 25px 0;
}

.carrera {
    letter-spacing: 5px;
    font-size: 13px;
    background-color: #efc737;
    color: black;
    padding: 5px;
}

.materias p {
    font-size: 13px;
    font-weight: 400s;
    font-style: italic;
}