* {
    padding: 0;
    margin: 0;
}

a {
    color: #2E5CD5;
    cursor: pointer;
    text-decoration: none
}

a:hover {
    text-decoration: underline;
}

body {
    background: #fff;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 18px
}

h1 {
    font-size: 100px;
    font-weight: normal;
    margin-bottom: 12px;
}

p {
    line-height: 1.6em;
    font-size: 42px
}
