/*MAIN*/
main {
    margin: 30px;
}

section {
    margin-bottom: 100px;
}

@counter-style contacts {
    system: fixed;
    symbols: ✉ ☎;
    suffix: "  ";
}

p {
    margin-left: 150px;
}

ul, input {
    margin-left: 200px;
}

.contacts {
    list-style: contacts;
}

textarea {
    margin: 15px;
    width: 500px;
    height: 100px;
    margin-left: 200px;
}

li {
    color: #b96c82;
}
