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

* {
   font-family: 'Nunito', sans-serif;
}

html {
    scroll-behavior: smooth;
  }

body {
    color:whitesmoke;
    background: #181818;
    margin:0;
 }