.shadow-button {
  padding: 15px 30px;
  border: 0px none transparent;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.04);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #050526;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.shadow-button:hover {
  position: static;
  bottom: auto;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.07);
}

.shadow-b-button {
  width: 256px;
  border: 1px solid #fff;
  border-radius: 8px;
  background-color: #000;
  -webkit-transition: color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, border-color 200ms ease;
  font-family: 'IBM Plex Mono', sans-serif;
}
.logo-nav {
  width: 300px;
}
