body {
font-family: 'Roboto', sans-serif;
  font-size: 30px;
}
.navbar {
    overflow: hidden;
    rgba(201, 255, 104, 0.1)
    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: block;
    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;
}
    #galleryContainer {
    padding: 0;
}

#galleryContainer img{
    width: 50%;
    height: auto;
}

#galleryContainer img:hover{
    -webkit-transform: scale(2, 2);
    -ms-transform: scale(2, 2);
    transform: scale(2, 2);
    transition-duration: 0.9s;
    -webkit-transition-duration: 0.9s; /* Safari */;    
}
.pre {
  font-size: 15px;
}