@charset "utf-8";

.btm,
a.btm,
button.btm {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: white;
  border-radius: 0.5rem;
}

a.btm-malformation {
  font-size: 25px;

  padding: 2rem 3rem;

  color: white;
  border-radius: 100% 80px / 80px 100%;
  background-color: #0000cc;
}

a.btm-malformation:hover {
  color: white;
  border-radius: 60% 80% / 100% 80%;
}

.mozi{
  font-size: 18px;
}

.left{
  text-align: left;
  float: left;
}
.right{
  text-align: right;
}
