/*
body {
  background-color: #cc4f40; /* You can use a color name 
}

h1 {
  background-color: #cc4f50; /* Or a hex code 
}
*/
.background-image {
    background-image: url("./images/black_background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}
* {
    margin: 0;
    padding: 0;
}
