/*HEADER*/

header{
    background-color: #69C0BB;
    display: flex;
    color: white;
    justify-content:space-between;
    padding: 10px 10px;
}

#logo-texto{
    display: flex;
}


#logo{
   display: flex;
    width: 20%;
    height: 90%;
    margin: auto;
    margin-left: 0.1em;
    
}

#suivi {
    display: flex;
    width: 30%;
    height: 90%;
    margin: auto;
    margin-left: 1mm;
}

#menu {
    margin: 3mm;
    align-content: center;
    height: 100%;
    margin-right: 1mm;
}

h1{
    font-family: 'Fjalla One', sans-serif;
    font-size: 10pt;
    text-align: center;
    margin: auto;
    font-weight: 100;
    width: 150%
}

.texto {
    margin: auto;
    display: block;
}

/*MAIN*/

.comedor {
    display: flex;
    font-family: "fjalla one", sans-serif;
    font-size: 10pt;
    justify-content: space-around;
    background:#E53434;
  }

a{ text-decoration: none;
   color: white; 
}




/*FOOTER*/

footer {
    background-color: #69C0BB;
    display: flex;
    color: white;
    justify-content:space-around;
    height: 100%;
    padding: 5px 5px;
    position:static;
}

.regreso-home{
    width: 80%;
    display: flex;
    margin: auto;
    margin-left: 1mm;
    justify-content: space-around;
    max-height: 100%
}

.categoria{
    font-family: "fjalla one", sans-serif;
    font-size: 16pt;
    display: flex;
    margin: auto;
    justify-content: center;
    width: 100%;
    margin-left: 5mm
}

.usuario{
    width: 50%;
    display: flex;
    margin: auto;
    margin-right: 0.1mm;
    justify-content: space-around;
    max-height: 100%