:root {
  --yellow: #d2c100;
  --black: #302a33;
  --grey-light: #f4f4f3;
  --grey: #e0e0e0;
  --white: #fff;
  --sky: #0093d2;
  --font-family: "Geologica", sans-serif;
  --second-family: "Raleway", sans-serif;
}

html {
  overflow-y: scroll;
}
h1 {
  font-size: 35px;
  line-height: 40px;
}
