.root {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    z-index: 2;
}

.substrate {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1d1d1d;
    z-index: 0;
}

.hi {
    height: 40px;
    width: 40px;
    background-image: url('../images/fox.svg');
}

.prefetch-font-normal {
    font-size: 1px;
    color: #1d1d1d;
    font-weight: normal;
}

.prefetch-font-bold {
    font-size: 1px;
    color: #1d1d1d;
    font-weight: bold;
}
