﻿/*
    Chrome shared by every tool page: the header rules used to be duplicated at the top of both
    SpatialColorCorrection/css/styles.css and SupplierLabelGenerator/css/supplier-label-generator.css.
*/

.hdr {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 100;
    width: 100%;
}

.hdr__logo {
    width: 118px;
}

main {
    margin-top: 6rem;
}
