body {
font-family: Lato, sans-serif;
background-color: #ececec;
}

.logo {
padding: 30px;
}

ul, li {
display: flex;
padding: 30px;
justify-content: center;
align-content: flex-start;
flex-direction: row;
}

a {
text-decoration: none;
color: #000000;
}

.image {
display: flex;
justify-content: center;
flex-wrap: wrap;
}

h1 {
text-align: center;
}

.selections {
display: flex;
padding: 50px;
justify-content: space-around;
}