.shadow-form {
  position: fixed;
  z-index: 10000;
  bottom: 0;
  opacity: 0;
  width: 100vw;
	display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(27,27,27);
}

.shadow-form p {
  display: flex;
	align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.shadow-form a {
  font-size: 2em;
  color: white;
}

.shadow-form a:hover {
  color: white;
}

.shadow-form button {
  color: white; 
  outline: none;
  border: none;
  background: rgb(27,27,27);
  position: absolute;
  right: 0;
  margin-right: 10px;
}