
body, div, p, a, span {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
}

body.main {
    background-color: inherit;
}

div.box {
    width: 95%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    vertical-align: middle;
}

p.text {
    line-height: 1;
    margin: 0;
    padding: 0;
}