@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

html {
  height: 100%;
}


body,
html {
  padding: 0;
  margin: 0;
  min-height: 100%;
  width: 100%;

}

body {
  background-image: linear-gradient(to right bottom, #f7f8fa, #f3f4f7, #eef0f4, #eaebf0, #e6e7ed);
  background-repeat: no-repeat;
  font-family: 'Roboto', sans-serif;
}

body,
a,
a:visited {
  color: #606A82
}

a {
  font-weight: 300;
  text-decoration: none;
}

h1 {
  font-weight: 400;
  font-size: 30px;
  font-family: 'Josefin Sans', sans-serif;
  margin: 0;
}


p {
  font-size: 16px;
  line-height: 1.5;
}