@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);

body {
    background: white;
    color: black;
    font-family: "Roboto", sans-serif;
}

body h1 {
    margin-bottom: 20px;
}

body p {
    font-size: 18px;
    line-height: 30px;
    width: 80%;
    margin: 50px auto;
    text-align: justify;
}

body a {
    color: mediumblue;
}