
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

body {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    color: rgb(85, 85, 85);
    min-height: 100vh;
}

.container {
    padding-top: 50px;
    width: 80%;
    max-width: 960px;
    margin: 0 auto;
}

h1 {
    font-size: 28px;
    font-weight: 700;
}
h1,h2,h3 {
    color: rgb(0,0,0);
}

a {
    color: #048bf2;
    font-weight: bold;
}

.js-block {
    cursor: pointer;
}
