.view-start {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.view-start p {
    text-align: justify;
    color: var(--main-lighter-color);
}
.view-start img {
    width: 100%;
    max-width: 400px;
}