@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,700|Roboto:400,700');

header {
 background-color:rgba(198,167,184,1);
 text-align: center;
}


header nav {
    width: 100%;
} 



header nav ul  {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content:space-around;
    align-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

header nav ul li {
    flex-grow: 1;
    
}

header nav ul li a {
   display: block;
    text-decoration: none;
    color: black;
    font-size: 16px;
    padding: 1em 2em;
}


#logo {
    max-width: 30em;
    min-width: 5em;
    margin: 8px;
    
}

#foto {
    width:200px;
    border-radius: 20%;
    border: 0px solid white;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
     
}

#logos{
    display: flex;
    flex-direction: row;
    list-style: none;
    justify-content: center;
    align-content: center;
    margin: 0;
    padding: 0;
}


body h1 {
    font-family:sans-serif;
    font-weight:100;
    font-size: 40px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 10px;
    }
 


body {
    background-color: rgba(230, 230, 230, 30);
    margin: 0;
    font-family: 'Roboto', sans-serif;
 margin: auto;  
    display: flex;
    flex-direction: column;
    min-height: 100vh; 
    justify-content:flex-start;
}

h5 {
    font-family:sans-serif;
    font-size: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    
}
h4 {
    font-family:sans-serif;
    font-size: 15px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    
}
h2 {
    font-family:sans-serif;
    font-size: 12px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    
}

ul {
    font-family:sans-serif;
    font-size: 10px;
    display: flex;
    justify-content:center;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px
    
}
    
p {font-family:sans-serif;
    font-size: 8px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px
}
   
#info {
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    text-align:center;   
}

#info ul {   
    list-style: none; 
    margin: 0;
    padding:0;
}

footer { 
    color: rgba(0, 0, 0, 0.62);
    font-size: 10px;
    text-align:center;
    background-color:rgba(198,167,184,1); 
    padding: 8px;
    margin-top: 16px;
   
}

.plan h1{
    text-align: center;
    color: 	rgba(198,167,184,1); 
    font-size: 25px;
    padding-top: 15px;
    padding-top: 10px;
}

.plan p{
    text-align: center;
    color: 	rgb(85, 85, 85);
    font-size: 15px;
    padding-top: 15px;
    padding-top: 10px;
}

.plan{
    padding-top: 15px;
} 
