body{
  background: #173357;
  margin:0;
  text-align: center;
}

h1{
  font-family: Lobster;
  font-size: 50px;
  color: #fff;
  margin: 10px;
}

img{
 width: 50%;
 border: 5px solid white;
 -webkit-box-shadow: 0px 2px 5px 4px rgba(0,0,0,0.15);
 -moz-box-shadow: 0px 2px 5px 4px rgba(0,0,0,0.15);
 box-shadow: 0px 2px 5px 4px rgba(0,0,0,0.15);
}

div#lang {
  margin-bottom: 25px;
}

a{
  background: inherit;
  border: 2px solid white;
  border-radius: 5px;
  color: white;
  margin: 0 10px 20px 10px;
  padding: 10px 20px;
  font-family: Lato 700 ;
  font-size: 1em;
}

a:hover{
  background: #00a8de;
  color: #173357;
}

nav{
  height: 75px;
  background-color: #df61df;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

@media (max-width: 991px) {
  img {
    width: 80%;
  }
}