.container{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 1440px;
    width: 100%;
    flex-wrap: wrap;
}

.container h1{
   
    text-align: center;
    color: blue;
    width: 100%;
}