.main-img{
    max-width: 40em;
    width: 100%;
}

.container{
    flex-direction: column;
    align-items: center;
    height: calc(100vh - var(--navbar-height));
}

h2, h5{
    text-align: center;
}
