.container {
    margin: 1em 2em;
}

.start-wrapper {
    margin: auto;
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.start__span {
    display: block;
    margin: auto;
    margin-bottom: 30px;
    width: 270px;
}

.start__img {
    display: block;
    margin: auto;
    width: 250px;
}

.input-wrapper {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.start__input {
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    background-color: #f2f2f2;
    border: 1px solid #000;
    border-radius: 6px;
    font-size: 22px;
    color: #210000;
    outline: none;
}

.start__input::placeholder {
    font-size: 22px;
    color: #210000;
    text-align: center;
}

.button-enter {
    display: block;
    margin: auto;
    margin-top: 10px;
    width: 130px;
    height: 40px;
    background-color: #75b44d;
    border: none;
    border-radius: 4px;
    font-size: 22px;
    cursor: pointer;
    transition: 0.5s;
}