body {
    background-color: #0f0b07;
}
.enter {
    margin: auto;
    margin-top: 15%;
    width: 450px;

}
p {
    font-family: DOS;
    font-size: 20px;
    text-align: center;
    color: #FFF8D0;
}
@font-face {
    font-family: Cordata;
    src: url('fonts/cordata-ppc-400.woff') format('woff');
    font-family: DOS;
    src: url('fonts/DOS-V.woff');
}
.beware {
    color: red;
    font-size: 80px;
    margin-bottom: -20px;
    font-family: DOS;
}
.grey {
    color: rgb(126, 113, 105);
}
.proceed {
    color: red;
    font-size: 40px;
    margin-top: -10px;
    
}
a:link,
a:hover,
a:active,
a:visited {
    color: red;
}