.header{
    background-color: cyan;
    padding-left: 12px;
    padding-top: 5px;
    padding-bottom:5px;
}

.header .image {
    width: 65px;
    height: 65px;
}

.header .text {
    font-family: 'Montserrat', sans-serif;
}

.header .image, 
.header .text {
    display: inline-block;
    vertical-align: middle;
}

.header a{
    text-decoration: none;
}