@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,900');
*{ 
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

body {
    color: white;
    background-color: lightpink;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
font-family: 'roboto', cursive;
    margin-left: 
    
}

header {

    background: white;
      max-height: 100vh;
        max-width: 100vw;
    margin-bottom: 1em;
        padding: 1em;
        box-sizing: content-box;
    display: flex;

    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    
}
header a{
    text-decoration: none;
}

header ul{
    list-style: none;
    height: 2em;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  
}

header ul li {
    background-color: palevioletred;
    color: white;
    font-weight: regular;
    margin-left: 0.3em;
    padding: 0.4em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.3em;
    
    
}
main{
    margin-left: 
}




h1{
    color: pale;
    font-size: 2.5em;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-bottom: .2em;
    padding-top: .4em;
   
}



#ela {

    height:12em;
   display:block;
margin:auto;
    border-radius: 10em;
    margin-top: 1em;
    margin-bottom: 1.5em;
    
    
}


h2{
    font-size: 19pt;
    margin: 0.5em;
    
   


    background-color: palevioletred;
    color: white;
    border-radius: .6em;
    display: flex;
    justify-content: center;
    padding: 0.4em;

}





li{ color: white;
    text-align: left;
    margin-left:  1em;
    font-size: 12.5pt;

    
}



h3 {
    font-size: 12pt;
    margin: 1em;
    border-radius: .5em;
    background-color: white;
    color: palevioletred;
    box-sizing: content-box;
    display: flex;
   justify-content: center;
    padding: 0.2em;
}



li {
    list-style: none;
}

#insta{
     height:4em;
   display:block;
margin:auto;
    border-radius: 2em;
    margin-top: 1em;
    margin-bottom: 1.5em;
}

#facebook{
     height:4em;
   display:block;
margin:auto;
    border-radius: 2em;
    margin-top: 1em;
    margin-bottom: 1.5em;
}


ul img{
    

   background-color: palevioletred;
    color: white;
    font-weight: regular;
    padding: 0.3em;
    display: flex;
   
    
}

footer {
    margin-top: 3em;
    
    padding: 1em;
    background-color: white;
    color: palevioletred;
    
   
    font-size: 8pt;
}