body p a:hover {
  text-decoration: underline;
}

body p a {
  text-decoration: none;
  color: #212529;
}

p {
}

.btn {
  font-size: 16px !important;
  padding: 10px 50px !important;
  margin: 5px !important;
}

.btn:hover {
}

strong {
  font-weight: 500;
}

italic, em {
  color: #4e3b83;
  font-style: normal !important;
  padding: 0 5px;
  display: inline-block;
}

.row {
  border-radius: 35vw;
}

@media (min-width: 400px) {
  .row {
    border-radius: 100vw;
  }
}

