/* css */
@import url(http://fonts.googleapis.com/css?family=Oswald);
body{
   background: black;
}

img { 
    width: 200px;
    height: 300px;
    margin: 20px;
    transition: transform 1.1s; 
}
    img:hover{
    transform: scale(1.3);
}
     .storbild{
     height: 500px;
     width: 400px;
     }



h1 {
    
 color: white;
    font-family: 'Oswald', sans-serif;
}

h2 { 
    color: white;
    font-family: 'Oswald', sans-serif;
}

.brodtext {
width: 400px;
    text-align: left; 
    color: white;    
}
a.design {
    color: white;
}

a.nav {
 color:white; /* k */
  text-decoration:none; /*sträck under */
  text-transform:uppercase; /*stora täcken */
  background:black; /*bakgrundsfärg */
  padding:5px 30px 5px 30px; /*vaddering */
  font-family:verdana; /*typsnitt */
  font-size:11px; /*text storlek */
  border-radius:10px; /* runda hörn */ 
  border: 4px solid white; 
}