*{
    background-color: rgb(244,250,255);
      font-family: sans-serif;
    color: darkblue;
    margin: auto;
    padding: 0rem
        
}

header {
    color: aliceblue;
    font-family: 'Fjalla One', sans-serif;
    font-size: 1rem;
    font-family: sans-serif;
    display: flex;
    margin-bottom: 2rem;
    margin-top: 2.5rem;
    margin-left: auto;
    margin-right: auto
}

.foto {
    max-width: 80%;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 2rem
}

figcaption {
    font-size: 1.2rem;
        color: rgb(219,113,129);
    margin-bottom: 3rem;
    margin-top: 0.5rem
    
}
section {
    display: flex;
    flex-wrap: wrap
}

header h1{
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5rem;
}
nav{
    display: flex;
    background-color: darkblue;
    color: rgb(219,113,129);
    font-size: 0.9rem;
    padding: 1rem;
    justify-content: space-between;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    flex-wrap: wrap
}


.unico{
    margin: 2rem
}

h2 {
    font-size: 1.3rem
}
div{
    margin-top: 1rem;
    margin-left: 2.8rem
}


article {
    color: rgb(219,113,129);
    margin-top: 2rem;
    margin-left: 0rem;
        justify-content: center;
    align-items: center;
    line-height: 1.5rem;
    list-style: none
}

article ul li {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    padding: 0rem;
    
}

div figure {
    display: flex;
    margin-left: -5.3rem;
    margin-right: 1rem
}

section {
    display: flex;
    justify-content: center;
    align-content: center
}


nav a { color: rgb(255,215,221);
    text-decoration: underline;
    background-color: darkblue
    
}
  
body {
     width: 80%;
    color: rgb(245,125,152);
    }
main {
    color: rgb(219,113,129);
    
}


section {
    display: flex;
        
    align-content: center
}

h3 {
    color: rgb(219,113,129);
    font-family: sans-serif;
    background-color: rgb(200,234,251);
    margin-bottom: 0.5rem
}

div article ul li {
    list-style: none;
    font-size: 0.95rem;
    line-height: 1.4rem
}

h4{
    color: rgb(219,113,129)
}

header nav ul li a{
    color: rgb(219,113,129);
}

aside {
    color: rgb(219,113,129)
}

footer p {
    color: darkgray;
    font-size: 0.8rem;
    margin-bottom: 2rem;
    margin-top: 2rem
}

