body {
    background-color: #006442;
}

h1 {
    color: whitesmoke;
    font-size: 12.5vw;
    font-family: 'Source Code Pro', monospace;
    margin-bottom: 0;
}

p {
    color: whitesmoke;
    font-size: 1.5rem;
    text-align: center;
    font-family: 'Source Code Pro', monospace;
}

.box {
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}