h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    letter-spacing: 0.04em;
    color: #2e2f42;
}

#name-input {
    display: block;
    width: 360px;
    padding: 8px 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #2e2f42;
    border: 1px solid #808080;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 16px;
}

div {
    border-radius: 8px;
    padding: 24px;
    width: 408px;
    height: 136px;
    background: #fff;
    padding: 24px;
}

#name-input::placeholder {
    color: #2e2f42;
}

#name-input:focus::placeholder {
    opacity: 0;
}