.background {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 15px;
  justify-content: space-between;
  background-image: url('./lenovo.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(132, 172, 205, 0.65);
}

.background:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 25;
  height: 100%;
  width: 100%;
  background-color: rgba(132, 172, 205, 0.85);
}

.background .footer,
.background .header {
  position: relative;
  z-index: 50;
}

.background .header img {
  width: 50px;
  height: auto;
}

.background .footer img {
  width: 100px;
  height: auto;
}

#menu {
  display: flex;
  flex-direction: column;
  padding-top: 20px !important;
}

.quick-button {
  display: block;
  border: 2px solid #a5a5a5;
  margin: 15px 0;
  font-family: Arial, sans-serif;
  line-height: 1.5;
  color: #3e3e3c;
  width: 100%;
  font-size: 0.8125rem;
  visibility: visible;
  list-style: none;
  box-sizing: border-box;
  margin: 1rem 0;
  padding: 1rem;
  margin-top: 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
  background: #fff;
}

.quick-button:hover {
  border: 2px solid rgba(0, 85, 241, 0.671);
}

a:hover {
  text-decoration: none;
}

.quick-button h3 {
  font-size: 14px;
  font-weight: 700;
}
