body {
    background-color: white;
    color: black;
    font-family: 'Roboto Mono', monospace;
}



a { 
    color: black;
    font-size: 2em;
}
      
  

a:hover {
    text-decoration: underline;
    color: black;

}

a:active {
    background-color: black;
    color: white;
}

.nom {
    font-size: 9em;
    margin:auto;
    font-family: 'Rubik Mono One', sans-serif;
}

@media screen and (max-device-width: 1400px) {
    .nom {
        font-size: 5em;
    }
    a {
        font-size: 1.3em;
    }
    a:hover {
        font-size: 2.6em
    }
}


@media screen and (max-device-width: 1023px) {
    .nom {
        font-size: 3.5em;
    }
    
}