body {
  background-color: transparent;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  display: flex;
}

.btn__out-0020 {
  z-index: 10;
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #000;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
  position: relative;
}

.btn__out-0020:hover {
  border-radius: 40px;
}

.out-0020__label {
  padding: 25px 50px;
  position: relative;
}
