body {
    font-family: Type Machine, 'Courier New', Courier, monospace;
}

    label {
    display: block;
    margin-bottom: 15px;
}

input[type="email"],
textarea {
    width: 35%;
    height: 50%;
    padding: 10px;
    border: 1px solid #d2bbf7;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s;
    resize: none;
    background-color:#dbfbff;
    font-family: Type Machine, 'Courier New', Courier, monospace;


}

input[type="email"]:focus,
textarea:focus {

    outline: none;
}

button {
    font-family: Type Machine, 'Courier New', Courier, monospace;
    width: 35%;
    padding: 10px;
    background-color: #c671e3;
    color: #bbf1f7;
    border: none;
    border-radius: 2px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

button:hover {
    background-color: #88eabb;
}
