@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');
body {
   font-family: "Roboto Mono", monospace;
    background-color: #000000;
    color: #29ff34;
    text-align: center
}

p {
    font-size: 20px;
}

a {
    color: #0ff00b;
    text-decoration: none;
}
a:hover {
    color:#ffe100
}

ul {
    list-style-type:none; 
    padding:0%
}
body {
  background-image: url("images/fondnoir.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}