body, html {
  height: 100%;
  margin: 0;
}
.home{
  background-image: url("../../images/2020-2023_multicolortimepainting_background.jpg");
  height:100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}