.header-default{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background-color: #eeeeee;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07);
}
.logo {
    width: 100%;
    height: 100%;
}
.pull-right {
    float: right; 
}
.pull-left {
    float: left; 
}
img{
    width: 100%;
    height: 100%;
    padding: 2%;
}
.h1-title{
    text-align: center;
    padding: 5%;
    size: 60px;
}
.footer {
    background-color: #eeeeee;
    padding: 2%;
}