html,body {
    margin: 0;
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: PT Sans,Arial,Helvetica,sans-serif;
    font-size: 17px;
    line-height: 1.6;
    color: #EC4899
}

a {
    color: #065F46
}

p {
    line-height: 1.6
}
