h
{
display: flex;
flex-direction: row;
justify-content: space-between;
margin-bottom: 0px;
font-size: 3em;
background: #5b5b5b;
color: #ffffff;
height:100px
}
body
{
background: #333333;
}
h1
{
margin-left: 600px;
font-size: 7em;
color: #ffffff;
text-decoration : underline;
}
h2
{
font-size: 3em;
color: #b8a5a7;
}