html, body {
    font-family: 'Source Serif Pro', 'Times New Roman', 'Times', serif;
    font-size: 2.25vw;
    width: 80%;
    margin: auto;
}

button {
    font-family: 'Source Serif Pro', 'Times New Roman', 'Times', serif;
    font-size: 2.25vw;
}

h1 {
    font-family: 'Lora', 'Times New Roman', 'Times', serif;
    font-size: 4.5vw;
    font-weight: bold;
}

html, body, h1, p, span, button { 
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}