*{
padding: 0;
margin: 0;
}

section{
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}

.Container img{
height: 360px;
}

.Container h2{
margin-top: 2%;
padding-left:12px;
font-size: 3.5em;
font-family: 'Trebuchet MS';
color: #C09B4A;
}

footer {
line-height: 40px;
display: flex;
justify-content: center;
font-size: 1rem;
font-family: 'Courier New';
color: #C09B4A;
background-color: #1A1A1C
}

#one{
background-color: #1A1A1C;
}
