@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda&display=swap");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0; }

section.main {
  padding-top: 150px;
  padding-bottom: 80px;
  height: 100vh;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 21px; }
  section.main .container {
    max-width: 767px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    height: 100%;
    z-index: 1; }
    section.main .container img.logo {
      /*max-width: 430px;
      width: 100%; */}
    section.main .container .bottom-text {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
      section.main .container .bottom-text p:first-child {
        margin-bottom: 50px; }
      section.main .container .bottom-text p:last-child {
        font-size: 17px; }
        section.main .container .bottom-text p:last-child span {
          display: flex;
          align-items: center;
          justify-content: center; }
          section.main .container .bottom-text p:last-child span a {
            line-height: 1; }
            section.main .container .bottom-text p:last-child span a img {
              margin-left: 13px; }
  section.main:before, section.main:after {
    content: '';
    background: transparent linear-gradient(180deg, #00000000 0%, #00000080 100%);
    position: absolute;
    left: 0;
    width: 100%;
    height: 290px; }
  section.main:before {
    bottom: 0; }
  section.main:after {
    top: 0;
    transform: rotate(180deg); }

/*# sourceMappingURL=style.css.map */