@font-face {
  font-family: 'MinhaFonte';
  src: url('font.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
    color:black;
    font-family:Arial, Sans;
    max-width: 900px;
    margin: 0 auto;
    /* background-color:#f7dff3; */
    background-image: url(bg1.jpg);
}
.margem { 
    padding:10px;
}

/* CONVITE */
#botao-convite {
    text-decoration: none !important;
    background: none !important;
    border-radius: none;
    display: block;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 6px;
    border: none;
    margin-top: 5px;
}
#convite {
    width: 100%;
    max-width: 300px;
}

/* TÍTULOS */
h1, h2, h3, img, p, a {
    text-align: center;
    display: block;
    font-family: "MinhaFonte";
    margin-top: 0;
    margin-bottom: 40px;
}
h2 {
    margin-bottom: 4px;
}
.linha {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    font-size: 26px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.linha::before,
.linha::after {
  content: "";
  position: absolute;
  top: 0.65em;
  width: 1em;
  height: 0.05em;
  background-color: black;
  left: -1.25em;
}
.linha::after {
  left: initial;
  right: -1.25em;
}

iframe, img {
    display: block;
    margin: 0 auto;
}
.i4ewOd-pzNkMb-haAclf {
    display: none !important;
}

img {
    margin: 0 auto;
    width: 100%;
}
.svg {
    width: 100px;
    margin-top: 40px;
}

/* BOTÕES */
a, button {
    text-decoration: none;
    background-color: pink;
    border-radius: 10px;
    display: inline-block;
    padding: 6px;
    margin: 6px auto;
    color: rgb(156, 10, 131);
    background-color: rgb(255, 194, 232);
    border: none;
}
a:hover, button:hover {
    background-color: rgb(241, 133, 214);
    cursor: pointer;
}


p {
    margin-top: 2px;
}
#desconto {
    background-color: pink;
}


/* CONTAGEM REGRESSIVA */
#countdown {
    text-align: center;
}
.contagem {
    background-color: rgb(252, 165, 219);
    padding: 20px;
    font-weight: bold;
    color: white;
    font-size: 32px;
}