header + .wrap {
    padding: 100px;
    max-width: 768px;
    width: 100%;
}

input {
    height: 48px;
    width: 100%;
    border: 1px solid rgb(240 240 240);
    background: white;
    padding: 0 15px;
    border-radius: 8px;
    margin-bottom: 8px;
}

input + button {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    background: #222;
    color: white;
    outline: none;
    border: 0;
    margin-top: 10px;
    margin-bottom: 20px;
}

header + .wrap > p {
    text-align: center;
    margin-bottom: 30px;
}

header + .wrap > hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 10px 0;
}
.flex {
    display: flex;
    justify-content: center;
}

.flex > button {
    width: 50px;
    height: 50px;
    border: 0;
    background: white;
    border-radius: 50%;
    margin-top: 15px;
    margin-bottom: 20px;
    overflow: hidden;
}

button img {
    width: 100%;
    object-fit: cover;
}

.flex + hr + p {
    margin-bottom: 5px;
}

header + .wrap p {
    font-size: 12px;
    color: black;
    margin-top: 20px;
}
