html {
    
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700');
 }

@font-face {
    font-family: "Source sans pro';@font-face {
    src: url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700');
    font-style: normal;
    font-style: normal; 
}
        * {
    box-sizing:content-box;
    margin: 10px;
    
    padding: 0px;
}
header {
    
 background-color: plum;
 text-align: center;
    margin: 0px;
        margin-right: 0px;
    margin-left: 0px;
}
header nav {
    width: 100%;
    margin-left: 0px;
} 

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

header nav ul li {
    flex-grow: 3;
    
}
header  div li  a hover {
    display: block;
    text-decoration: none;
    color: white;
    font-size: 16px;
    padding: .12em 1em;
    }

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



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



h1 {margin: auto;
    font-weight:200;  
}





body {
    background-color: lavender;

    margin: 2px;
    font-size: 16px;
    font-family: "source sans pro", sans-serif; 
    margin-left: left;
    display: flex;
    justify-content: flex-start;
    flex-direction:column;
    align-content: flex-start;
    min-height: 100vh; 
    justify-content: space-between;
    }

footer{
  font-size: 10px;
  text-align:left;
  margin-top: 3%;
}


#caja{
    display: flex;
    justify-content: center;
 }

.cajahijos{
     flex-direction:row;
 }

#pagina{
    box-sizing: content-box
        }
  
.perfil {
        width:250px;
    border-radius: 20%;
    display:contents;
    margin-left:2px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.plan h1{
    text-align: center;
    color: 	rgb(238, 148, 163);
    font-size: 25px;
    padding-top: 15px;
    padding-top: 10px;
    line-height: none !important;
}

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

.plan{
    padding-top: 15px;
} 
   
