* {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Sriracha', sans-serif;
}

header {
    text-align: center;
    margin: 0;
}

body {
    background-color: beige;
    
}

#foto { 
    width: 30%;
    float: right;
}



#menu,#menu ul {
    list-style: none;
}

#menu {
    padding: 1rem;
    font-size: 2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    background-color:#ff6633;
    text-align: center;
}

#menu li {
    display: inline-block;
    font-family: 'Sriracha';
}
#menu a {
    text-decoration: none;
    display: block;
    margin-right: 2rem;
    color: white;
}

#inicio {
    font-weight: bold;
}

#equipo {
    padding-bottom: 2rem;
    font-variant: small-caps;
    
}

footer {
    clear: both;
    text-align: center;
    margin-top: 1rem;
    padding-top: 0.2rem;
    background-color:#ff6633;
}

#ley {
    color: black;
    font-style: italic;
    font-size: 0.6rem;
}


 #foot {
     clear: both;
    text-align: center;
     font-size: 1rem;
}

#ley{
    font-style: italic;
    font-size: 0.7rem;
}

#appstore{
    padding-top: rem;
}

section {
    text-align: center;
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: space-between;
    align-items: center;
    }

.flex-item:nth-child(1) {
    order: 0;
    flex: 0 0 auto;
    align-self: auto;
    }

.flex-item:nth-child(2) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    }


#descargar {
    width: 20%;
}

#appstore{
    width: 50%;
}

#celular {
    margin-bottom: 1rem;
    width: 85%;
    display: block;
}