.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    width: 500px;
    margin-top: 100px;
}
h1 {
    text-align: center;
    color: #333;
    font-size: 42px;
    font-family: "Roboto",sans-serif;
}
 img{
    width: 400px;
    margin-left: 40px;
 }
 