body {
    font-family: Arial, sans-serif;
    background-image: url(./trabajomediatecnica/fonda.jpg);
    color: #f0f0f0;
    margin: 0;
    padding: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

header {
    width: 1024px;
    height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    text-align: center;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 24px;
}

img {
    width: 100%;
    border-radius: 100%; 
    border-width: 1px;
    border-style: solid;    
}
footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1300px;    
    margin: 20px 40px;
    padding: 10px;
    border-radius: 25px;
}

.encabezado-info {
    width: 1300px;
    height: 200px;
    background-color: rgba(0, 71, 24, 0.7);
    margin: 40px;
    padding: 20px;
    border-radius: 25px;
}

.foto-perfil {
    width: 100px;
    height: 100px;
    margin: 40px;
    object-fit: cover;
}

.presentacion {
    width: 1300px;
    height: 200px;
    background-color: rgba(0, 71, 24, 0.7);
    margin: 100px 40px;
    padding: 20px;
    border-radius: 25px;
}

.fichas {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1300px;
    height: auto;
    background-color: rgba(0, 71, 24, 0.7);
    margin: 40px 40px;
    padding: 20px;
    border-radius: 25px;
}
.ficha{
    display: flex;
    flex-direction: column;
    width: 250px;
    height: 200px;
    background-color: rgba(0, 71, 24, 0.7);
    padding: 40px;
    border-radius: 25px;
}
.roboto-titulo {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.pie-info{
    display: flex;
    flex-direction: column;
    width: 800px;
    height: 200px;
    background-color: rgba(0, 71, 24, 0.7);
    padding: 40px;
    border-radius: 25px;
 
}