body{
    background-color : black;
}
@import 'https://fonts.googleapis.com/css?family=Roboto+Mono:100';


html, body {
    font-family : 'Roboto Mono', monospace;
    background :black;
    height :100%;
}


.texte{
    height : 90%;
    width: 90%;
    justify-content :center;
    align-items : center;
    display :flex;
}

.test{
    height : 10%;
    width: 100%;
    justify-content :center;
    align-items : center;
    display :flex;
}
.text {
    font-weight: 100;
    font-size: 28px;
    color: #FAFAFA;
}
.dud{
    color : #757575;
}

.skip{
    font-weight : 80;
    font-size : 16px;
}

.skip a {
    color : rgba(255, 255, 255, 0.575) !important;
}

.form-control {
    color: white !important;
}
