html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  font-family: Roboto, sans-serif;
  background: var(--dark-neutral);
  background-attachment: fixed;
  background-size: 100%;
}

:root {
  --white: #ffffff;
  --black: #0d0d0d;
  --dark-neutral: #3a3a3a;
  --light-neutral: #e0e0e0;
  --primary: #fdff00;
  --secondary: #b00000;
}

a,
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

/* SUBSCRIBE FORM */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,600");
