
  .text {
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 2%;
    margin-bottom: 8%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 1%;
    padding-bottom: 1%;
    color: white;
    /* background-color: #324894; */
    background-color:rgba(32, 48, 94, 0.5);
    font:          normal 26px/1 "Open Sans", sans-serif;
    font-size: 2.5em;
    border-color: white;
    border-style: hidden;
    border-radius: 2em;
  }

  .picture { grid-area: picture; }
  .logo {
    grid-area: logo;
    justify-self: start;
    padding-top: 10%;
  }
  .main {
    grid-area: cta;
    padding-bottom: 3%;
  }

  .casino {
    display: grid;
    justify-items: center;
    grid-template-areas:
      'picture logo'
      'cta cta';
  }

  .cta {
    margin-top:    70px;
    margin-bottom: 50px;
    background:    #fff;
    border-radius: 11px;
    padding:       30px 55px 10px;
    color:         #324894;
    display:       inline-block;
    /* font:          normal bold 52px/1 "Open Sans", sans-serif; */
    font-family: 'Luckiest Guy', cursive;
    font-size: 4.5rem;
    text-align:    center;
  }

  a { text-decoration: none; }

  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .flag {
    font-size: 50px;
    width: 10em;
    height: 7em;
    position: relative;
    border-radius: 0.2em;
    overflow: hidden;
    flex-shrink: 0;
  }

  .flag:before,
  .flag:after {
    content: "";
    display: block;
    position: absolute;
  }

  .finland {
    background-color: #eee;
  }

  .finland:before,
  .finland:after {
    background-color: #324894;
  }

  .finland:before {
    top: 0;
    left: 2.8em;
    width: 1.4em;
    height: 100%;
  }

  .finland:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1.4em;
    transform: translateY(-50%);
  }

  body {
    padding: 5px;
    height: 100vh;
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(18, 18, 89, 1) 47%, rgba(16, 8, 68, 1) 78%, rgba(4, 0, 24, 1) 100%);
  }

  .container {
    display: flex;
    align-items: center;
    justify-content: left;
  }

  .huuuuge {
    font-family: 'Bungee', cursive;
    color: #fff;
    font-size: 4.5rem;
    text-align: justify;
  }

  .soooon {
    display: flex;
    text-align: justify;
    font-family: 'Nova Square', cursive;
    font-size: 3rem;
    color: #fff;
  }

  .scaled {
    transform: scale(0.7);
  }
  