body {
    font-family: Space Grotesk,Arial,sans-serif;
    color: #134E4A
}
a {
    text-decoration: none;
    color: #EC4899
}
a:hover {
    text-decoration: underline
}
h1 {
    font-weight: 700;
    font-size: 28px
}
.wrap {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto
}
