/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap");
body {
  text-align: center; }

h1, h2, p, input, button {
  font-family: "Oswald", sans-serif;
  font-weight: 700; }

p, input, button {
  font-weight: 400; }

.ctct-inline-form {
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  max-width: 480px; }
