html {
  height: 100%;
}

body#cs {
  background-color: #000;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  margin: 0;
  overflow: hidden;
}

#cs .logo .wcs-text {
  background-color: white;
  display: flex;
  justify-content: space-between;
  box-shadow: 4px 5px 2px 0px rgba(0, 0, 0, 0.7);
  transition: all 0.5s;
  text-decoration: none;
  opacity: 1;
  transition: opacity 1.5s ease-in, box-shadow 1s ease;
}

#cs .logo .wcs-text:hover {
  box-shadow: 8px 10px 2px 0px rgba(0, 0, 0, 0.65);
  cursor: pointer;
}

#cs .logo .wcs-text .w-t {
  padding: 12px 20px;
}

#cs .logo .wcs-text .cs-t {
  background-color: #F505AE;
  color: white;
  border: 2px solid white;
  padding: 10px 20px;
}

#cs .logo .wcs-text span {
  margin: 0;
  color: #F505AE;
  font-weight: lighter;
  font-size: x-large;
}

#zbshop {
  max-width: 350px;
}

