* {
    margin: 0;
    padding: 0;
}
body {
    background-image: repeating-linear-gradient(30deg, #777777 0, #777777 0.5px, transparent 0, transparent 50%);
	background-size: 3.6px 2px;
    background-color: black;
    text-align: center;
}
.foreign {
    font-family: 'American Typewriter';
    color: #D03C3C;
    transform: rotate(4deg);
}
.restricted > .rp {
    font-family: 'PT Sans';
    -webkit-text-fill-color: black;
    -webkit-text-stroke: 1px #3CD070;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: .1rem;
}
.restricted > .access {
    color: #D03C3C;
    text-transform: uppercase;
    font-size: .8em;
}
.seal {
    max-width: 150px;
    height: auto;
    border: 2px solid #3CD070;
}
.english {
    font-family: 'American Typewriter';
    font-size: .5em;
    color: azure;
}
button {
    padding-inline: 20px;
    font-size: .5em;
}
button > .agentAccess {
    background-color: #D03C3C;
}
button > .publicAccess {
    background-color: #3CD070;
}
button > .recruitSignup {
    background-color: blueviolet;
}
.recruits {
    font-family: 'American Typewriter';
    font-size: .5em;
    color: azure;
}
.public {
    font-family: 'American Typewriter';
    font-size: .5em;
    color: azure;
}