#start {
    display: flex;
    flex-direction: column;
    max-width: 836px;
    padding: 0 auto;
}

.startText1 {
    text-align: center;
}

.startText2 {
    text-align: center;
}

.image {
    width: 100%;
    min-width: 316px;
    
}

.button {
    display: block !important;
}

p {
    margin-block-end: 2em;
    margin-block-start: 2em;
}

