.header {
    position: fixed;
    top: 0;
    width: 98%;
    height: 50px;
    display: flex;
}

.cpt_id, .pub_first, .connect {
    flex: 1;
    margin: 3px;
    padding: 2px;
}

.cpt_id, .connect {
    border: 1px solid green;
    border-radius: 12px;
    box-shadow: 6px 6px 6px grey;
}

.cpt_id {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cpt_id span {
    font-family: Harrington;
    text-shadow: 0 0 0.2em #87F, 0 0 0.2em #87F, 0 0 0.2em #87F;
    font-size: 1.2em;
}

.pub_first {
    flex: 1.5;
}

.pub_first img, .connect img {
    width: 98%;
    max-height: 45px;
    border-radius: 12px;
    box-shadow: 3px 3px 3px lightsalmon;
}