body{
    font-size: 40px;
    background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
}


.container {

margin-top: 200px;
max-width: 1045px;
 display: flex;
 flex-direction: column;
   justify-content: flex-start;
   align-items: center;
}
h2 {
color: #8a0c0c;
display: block;
margin: 40px;
}