body {
    background-image: url(https://m.media-amazon.com/images/I/71Vdcy4j-bL._AC_SL1500_.jpg);
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
}

h1 {
    text-shadow: 5px 5px 8px grey;
}

* {
    color: rgb(136, 180, 194);
    font-weight: bold;
}
a {
    color: rgb(0, 17, 255);
}
nav a {
     text-decoration: none;
     text-transform:uppercase ;
     padding: 10px 15px;
}
nav a:hover{
    color: rgb(11, 63, 112);
}
img:hover{
    transform: scale(1.4);
}

#меню{
    background-color: rgb(59, 139, 214);
    position: fixed;
    width:100%;
    top:0px;
    box-shadow: 5px 5px 8px;
    padding-bottom: 10px;
}
#content {
margin-top: 130px;
}
