header {
    justify-content: space-between;
    align-items: center;
    box-shadow: 2px 0 10px rgba(128, 128, 128, 0.507);
    top: 0;
    display: flex;
}
.header-content {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 10px;
    justify-content: space-between;
}
.cs {
    width: 80px;
    height: 100px;
}
.daem {
    width: 150px;
    height: 80px;
}
.Emblema {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin: 0 10px;
}
