/* Style of respondive header and footer */
header {
    height: 56px;
    background-color: #ffffff;
    color: #262d3f;
}

.footer {
    background-color: #ffffff;
    color: #262d3f;
    padding: 1rem;
    width: 100%;
}

.footer span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
}

.footer li {
    padding: 0 0.5rem;
}

.footer a {
    color: #262d3f;
}