

body {
    text-align: center;
      margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  top: 50px;
  background-color: #000000;
}

a{ 
  color: #ffffff;
}

select{
  text-align-last: center;
  font-weight: 550;
  font-size: 15px;

}

.Product {
    position: relative;
    width: 300px;
    height: 300px;
}
.Product img {
    display: block;
}
.Product .cornerLink {
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 2px 0px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;

}
.Product:hover .cornerLink {
    opacity: 0.8;    
}

.image:hover {
	webkit-filter: blur(8px); /* Chrome, Safari, Opera */
    filter: blur(8px);
}

    h2 {
      padding-top: 20%;
      font-family: 'Droid Serif', serif;
    }
    p {
      font-family: 'Julius Sans One', sans-serif;
    }

     a {
      font-family: 'Julius Sans One', sans-serif;
    }


  .topnav {
  background-color: #000000;
  overflow: hidden;
  width: 1200px;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #000000;
  color: white;
}

/* Add a color to the active/current link */
.topnav a.active {
  color: #000000;
}