@media (min-width:600px) {
  .navbar{
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  text-align:right;
  }


  .navbar a {

      font-weight: bold;
      display:inline-block;
      color :white;
      padding: 14px 16px;
      text-decoration: none;


  }

  .navbar a:hover {

  color:red;

}
  #vvlogo{
  max-width:100%;
  height:auto;
}
}

h1 {
text-align: center;
color:green;
background-color: antiquewhite;
}

html{
    color: #a2b4c5;
    background-color: black;
}

#links{
background-color: white;

}


@media(max-width:600px){
 .navbar a{
	display:none
  }
  p{
    font-size:16px;
  }
  h2{
    font-size:20px;
  }
  #vvlogo{ 
    width:600px;
      height:auto;
  }
}