body {
font-family: 'Roboto', sans-serif;
  font-size: 30px;
}
.navbar {
    overflow: hidden;
    rgba(201, 255, 104, 0.1)
    background-color: none;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
}

/* Links inside the navbar */
.navbar a {
    float: left;
    display: inline;
    color: red;
    text-align: left;
    padding: 19px;
    text-decoration: none;
}

.navbar a:{
  background-color: #ddd;
  color: red;
}

.navbar a.b {
    background-color: none;
    color: green;
}
.navbar a.c {
    background-color: none;
    color: blue;
}
.pre {
  font-size: 6px;
}