h
{
display: flex;
flex-direction: row;
justify-content: space-between;
margin-bottom: 0px;
font-size: 3em;
background: #5b5b5b;
color: #ffffff;
height:100px
}
h1
{
margin-left: 200px;
font-size: 5em;
color: #ffffff;
text-decoration : underline;
}
body
{
background: #333333;
}
a
{
font-size:2em;
color:black;
}
h2
{
font-size: 3em;
color: #b8a5a7;
}
.colossus
{
width: 50%;
display:block;
margin-right:auto;
margin-left:auto;
}
h3
{
color:red;
font-size:3em;
margin-left:475px;

}