body {
    background-color: #0c0c0c;         

}

.titre-a { 
    margin-top:50px;
    margin-left:150px;
    margin-bottom:200px;
    font-family: "VT323", 'Courier New', Courier, monospace;
    font-weight: 700;
    font-variation-settings:
    "wdth" 100;
    font-style: normal;
    color:#b6b6b6;
    font-size: 75px;
}

.titre-b {
    color:#868686;
    display: inline-block;
    transform: rotate(-7deg);
}

.terre {
    font-size:0.7em;
}

.code {
    margin-top:60px;
    margin-left:150px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 22px;
    color: #ccc;
    opacity: 0,9;
    font-weight:400;
    font-style:normal;

}

.underscore {
    margin-top:20px;
    margin-left:auto;
    font-family: 'Courier New', Courier, monospace;
    font-size: 22px;
    color: #ccc;
    font-weight:400;
    font-style:normal;

}

.underscore::after {
        content: '_'; 
        animation: blink 1s steps(1) infinite;
}

@keyframes blink {
50% {
opacity: 0;
}

}

.bold {
    font-weight: 600;
}

.err {
    font-weight: 600;
    color: #e50000;
}

.txt {
    margin-top:150px;
    margin-left:150px;
    font-family: "Patrick Hand SC", cursive;
    font-weight: 450;
    font-variation-settings:
    "wdth" 100;
    font-style: normal;
    color: #ccc;
    font-size: 25px;

  }

.emoji {
    font-size: 40px !important;
}

.check {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 20px;
    color: #ccc;
    font-family: "Patrick Hand SC", cursive;
}