html body {
  font-family: "Comic Sans MS", "Comic Sans", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  background-color: #fff;
}
html body button, html body input {
  font-family: "Comic Sans MS", "Comic Sans", Arial, sans-serif;
}

main {
  padding-bottom: 60px;
}

*, :after, :before {
  border: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

p {
  margin: 1em 0;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: calc(1280px + 60px)) {
  .container {
    max-width: calc(100% - 60px);
  }
}

.btn {
  text-decoration: none;
  appearance: none;
  border: none;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 20px;
  background: rgb(154, 2, 163);
  background: linear-gradient(0deg, rgb(154, 2, 163) 0%, rgb(247, 0, 168) 100%);
  display: inline-block;
  text-align: center;
  transition: all 0.2s ease;
}

.alert {
  padding: 20px;
  display: block;
  width: 100%;
  text-align: center;
  margin: 20px auto;
}
.alert-danger {
  background-color: #f6000e;
  color: #fff;
}
.alert-success {
  background-color: #6da75f;
  color: #fff;
}

body header {
  padding: 20px;
}
body header > * {
  display: flex;
  justify-content: center;
}
body header .logo {
  margin: 0 auto;
}
body header .logo a {
  display: block;
  width: 200px;
  height: 200px;
  text-indent: -9000000000px;
  overflow: hidden;
  background-image: url("../images/logo-b92097615d3c3554fe606282b78da4aa.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body h1.title {
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  color: #f6000e;
  margin-bottom: 20px;
}

.contain-form form > div, .contain-form form .form-row {
  margin: 15px 0;
}
.contain-form form > div label, .contain-form form .form-row label {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #9a02a3;
  margin-bottom: 5px;
}
.contain-form form > div input, .contain-form form > div textarea, .contain-form form > div select, .contain-form form .form-row input, .contain-form form .form-row textarea, .contain-form form .form-row select {
  appearance: none;
  padding: 10px 15px;
  border: 1px solid #9a02a3;
  display: block;
  width: 100%;
  font-size: 18px;
}
.contain-form form > div select, .contain-form form .form-row select {
  appearance: auto;
}
.contain-form form .form-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 15px;
}

.main__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.main__buttons .btn {
  width: 100%;
}
.main__entries {
  margin: 20px 0;
}
.main__entries__content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 10px;
}
.main__entry {
  padding: 10px;
  border: 1px solid #9a02a3;
  position: relative;
  text-align: center;
}
.main__entry img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.main__entry .key {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #9a02a3;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  position: absolute;
  top: -30px;
  left: 20px;
}
.main__entry .ticket {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

.draw__results {
  margin: 20px 0;
}
.draw__results table {
  width: 100%;
}
.draw__results table tbody {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}
.draw__results table tbody tr {
  border: 1px solid #f700a8;
  width: 100%;
}
.draw__results table tbody tr td {
  padding: 40px 20px;
}
.draw__results table tbody tr td:first-child {
  width: 100px;
  background-color: #9a02a3;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.draw__results table tbody tr td:not(:first-child) {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.draw__results table tbody tr:first-child td:not(:first-child) {
  color: #f6000e;
}
.draw__form button {
  width: 100%;
}

.prizes__table {
  margin: 20px 0;
}
.prizes__table table {
  width: 100%;
}
.prizes__table table tbody {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}
.prizes__table table tbody tr {
  border: 1px solid #f700a8;
  width: 100%;
}
.prizes__table table tbody tr td {
  padding: 20px;
}
.prizes__table table tbody tr td:first-child {
  width: 100px;
  background-color: #9a02a3;
  color: #fff;
  font-size: 14px;
  text-align: center;
  min-width: 100px;
}
.prizes__table table tbody tr td:not(:first-child) {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.prizes__table table tbody tr td img {
  display: block;
  object-fit: cover;
  position: relative;
  left: 50%;
  max-width: 150px;
  max-height: 150px;
  transform: translateX(-50%);
}

/*# sourceMappingURL=app.output.css.map */
