.header {
    background-color: #000000ce;
    display: flex;
}

.header .shop-name {
    width: 100%;
    text-align: center;
}

.header .shop-name h1 {
    color: white;
    text-transform: uppercase;
    font-size: 52px;
    font-weight: bold;
    padding: 0;
    font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

footer {
    color: rgb(0, 0, 0);
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.error-msg {
    margin-top: 16px;
    color: red;
    font-weight: 400;
}

footer {
    align-self: center;
}

footer div {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 24px;
    /* margin-top: 12px; */
}

footer img {
    height: 54px;
    border-radius: 2px;
}

footer a {
    font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
    font-size: 46px;
    color: tomato;
}