/* Generated by less 2.5.1 */
* {
  margin: 0;
  padding: 0;
}
body {
  background-color: azure;
}
.container {
  width: 1000px;
  margin: 10px auto;
  border: 1px solid grey;
  border-radius: 5px;
  padding: 5px;
  background-color: beige;
}
h2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
p {
  margin-left: 20px;
  margin-right: 20px;
}
h3 {
  text-align: center;
  margin-bottom: 10px;
}
.btn {
  display: inline-block;
  color: #ffffff;
  margin-left: 15px;
  background-color: #31abcd;
  font-size: 15px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
  border-radius: 18px;
  padding: 0 30px;
  text-align: center;
  box-shadow: 1px 2px 1px rgba(152, 201, 215, 0.618);
}
.btn:active {
  box-shadow: 0 0 0;
  position: relative;
  top: 2px;
  left: 2px;
}
