.main__container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    min-height: 100vh;
    margin: 0 5vw;
}

.main__image {
    height: 50vh;
    width: auto;
}

.main__title {
    color: #3f3d56;
    margin-bottom: 6px;
}

.mb0__paragraph {
    margin-bottom: 3px;
}