* {
    margin: 0.4em; 
    padding: 0; 
    box-sizing: border-box;
 }

body{
    background-color: lightgoldenrodyellow;
    font-family:  'open sans condensed', sans-serif;
    color: palevioletred;
}

header {   
    width: 100%;
    margin: auto;
    padding-bottom:;
    text-align: center;
    background-color: pink;
}

li{
    line-height: inherit;
    font-size: 22px;
    list-style-type: none;
}

header h1 ul a {
    color: lightskyblue;
    font-size: 42px;
    font-weight: 800
}

.fotoperfil {
    margin: 10px; border: 2px solid whitesmoke; float: up; width: 100px; 
}

nav {
    color: palevioletred
    padding: 15px;
    overflow: hidden;
    background-color: palevioletred;
}  

a { 
    color: lightblue; 
    text-decoration: none;
} 
a:hover{ 
    color: pink; 
} 

ul {list-style-type: none}

nav ul li {
    display: inline;
    text-align: center;
    padding: 14px 16px;
}  

h4 {
    text-decoration: underline
}

.logouba {width: 65px;}
