html {
    font-size: 62.5%;
}

    ::selection {
        background-color: #fd0682;
        color: #fff;
    }

body {
    background-color: #f5f5f5;
    color: #2b2b2b;
    font-family: Lora, Georgia, 'Times New Roman', Times, serif;
    font-size: 2.0rem;
}