body {
  background-image: url("../public/covering.jpg");
}

.wallpaper-view {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  
}

.wallpaper-view h2{
  font-size: 24px;  
  margin: 3em 0;
}

.wallpaper-view h3{
  font-size: 18px;  
  margin: 3em 0;
}

.wallpaper-view ul{
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  align-items: flex-start;
  width: 40%;
}

.wallpaper-view li {
  display: inline-block;
  margin: 0 auto;
  padding: 0.5em 0;
}

.wallpaper-view li a {
  color: black;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}

h2 a {
  color: black;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
}


.wallpaper-view li a:hover {
  color: #555;
}

h2 a:hover {
  color: #CC133D;
}

.blinds {
  margin: 0;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
}

#blinds-link {
  text-decoration:underline;
  margin-top: 10px;
}