.start {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

img {
    margin: 30px;
    height: 100%;
    width: 300px;
}

.text {
    text-align: center;
    font-weight: 300;
}