* {
   background-color: #e3d2cc;
   font-family: arial;
   
}
/* Add a black background color to the top navigation */
.nav {
    
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.nav a {
    float: left;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}



a:link {
    color: black;
    text-decoration: none;
}

a:visited {
    color: black;
    text-decoration: none;
}

a:hover {
    color: blue;
}

a:active {
    color: black;
    text-decoration: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.block {
    margin-left: 50px;
    margin-top: 50px;
    width: 60%;
}

.Moodimage {
    width: 100%;
}

.Moodimage img {
    object-fit: cover;
    width: 100%;
    height: 100%;

}
