.menu {
display: flex;
justify-content: space-around;
padding-bottom: 10px;
border-bottom: 1px solid orange;
}

.menu-item {
text-transform:uppercase;
}

a {
color: orange;
}

a:hover {
color: white;
}

html {
color: white;
background-color: #534340;
}

h1{
color: white;
}


h2{
color: white;
border-bottom: 1px solid orange;
}


h3{
color: white;
border-bottom: 1px solid orange;
}

.image {
box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.3);
}
