@charset "UTF-8";
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Nunito", sans-serif; }

body {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 50px;
  background: #fff;
  min-height: 100vh;
  margin: 0;
  font-family: "Nunito", sans-serif; }

.container {
  width: calc(100% - 30px);
  max-width: 850px;
  margin: 0 auto; }

img {
  max-width: 100%; }

.top-img {
  display: block;
  margin: 0 auto; }

.tg-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 6px;
  background: #2DA4D7;
  color: #fff;
  text-decoration: none;
  transition: all .3s ease-in-out; }
  .tg-btn:hover {
    background: #2e8fc3; }

ul {
  padding: 0;
  list-style: none; }
  ul li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 28px; }
    ul li:last-child {
      margin-bottom: 0; }
    ul li:before {
      content: '✅ ';
      display: block;
      position: absolute;
      top: 0;
      left: 0; }

footer {
  margin-top: auto;
  padding: 30px; }
  footer img {
    max-height: 100px;
    margin: 0 auto;
    display: block; }
  footer.blue {
    width: 100%;
    background: #1fa3ee; }

/*# sourceMappingURL=style.css.map */
