.container-tweetsPage {
  width: 100%;
  height: auto;
  min-height: 100vh;
  /*background-color: #c5dddd;*/
  background-color: #fff;
  margin: 0;
  padding:  0;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (min-width: 0) and (max-width: 599px) {
    .container-tweetsPage {
      padding-bottom: 30px ; } }
  .container-tweetsPage .cancel {
    cursor: pointer;
    position: absolute;
    right: 6%;
    top: 40px;
    color: #000;
    z-index: 100;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
    font-family: benton sans, sans-serif; }
    @media (min-width: 0) and (max-width: 599px) {
      .container-tweetsPage .cancel {
        font-size: 0.5rem; } }
    @media (min-width: 600px) and (max-width: 768px) {
      .container-tweetsPage .cancel {
        font-size: 0.5rem; } }
    @media (min-width: 769px) and (max-width: 999px) {
      .container-tweetsPage .cancel {
        font-size: 0.6rem; } }
    @media (min-width: 1000px) {
      .container-tweetsPage .cancel {
        font-size: 0.68rem; } }
    @media (min-width: 0) and (max-width: 599px) {
      .container-tweetsPage .cancel {
        top: 20px; } }
.container-tweetsPage>.wrap:first-of-type{
  padding-top: 50px;
  padding-bottom: 30px;
  background:#c5dddd ;
}
@media (min-width: 0) and (max-width: 599px) {
  .container-tweetsPage>.wrap:first-of-type {
    padding-top: 30px;
  padding-bottom: 20px;} }
  .container-tweetsPage .container {
    width: 50%;
    min-height: 80%;
    max-width: 600px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-content: flex-start; }
    @media (min-width: 769px) and (max-width: 999px) {
      .container-tweetsPage .container {
        width: 60%; } }
    @media (min-width: 600px) and (max-width: 768px) {
      .container-tweetsPage .container {
        width: 70%; } }
    @media (min-width: 0) and (max-width: 599px) {
      .container-tweetsPage .container {
        width: 90%;
        min-height: 90%;} }
    .container-tweetsPage .container .logo {
      width: 100px; }
    .container-tweetsPage .container .frame {
      width: 75%;
      min-height: 220px;
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-items: flex-end; }
      @media (min-width: 769px) and (max-width: 999px) {
        .container-tweetsPage .container .frame {
          width: 80%; } }
      @media (min-width: 600px) and (max-width: 768px) {
        .container-tweetsPage .container .frame {
          width: 80%; } }
      @media (min-width: 0) and (max-width: 599px) {
        .container-tweetsPage .container .frame {
          width: 90%;
          min-height: 150px; } }
      .container-tweetsPage .container .frame .tweets {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end; }
        .container-tweetsPage .container .frame .tweets a {
          color: #000;
          text-decoration: none; }
      .container-tweetsPage .container .frame .twitter-tweet {
        margin: 0 auto; }
      .container-tweetsPage .container .frame .jarl {
        width: 45%; }
      .container-tweetsPage .container .frame .chiquito-tweet {
        width: 45%; }
        .container-tweetsPage .container .frame .chiquito-tweet img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
    .container-tweetsPage .container .hint {
      font-weight: bold;
      font-family: benton sans, sans-serif;
      margin: 0;
      margin-top: 25px;
      margin-bottom: 0px;
      text-align: center; }
      @media (min-width: 0) and (max-width: 599px) {
        .container-tweetsPage .container .hint {
          font-size: 1rem;
          line-height: 1.5rem; } }
      @media (min-width: 600px) and (max-width: 768px) {
        .container-tweetsPage .container .hint {
          font-size: 1.12rem; } }
      @media (min-width: 769px) and (max-width: 999px) {
        .container-tweetsPage .container .hint {
          font-size: 1.12rem; } }
      @media (min-width: 1000px) {
        .container-tweetsPage .container .hint {
          font-size: 1.12rem; } }
    .container-tweetsPage .container .buttons {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      padding: 10px 20px; }


      .container-tweetsPage .container .buttons .button {
        flex: 20%;
        text-align: center;
        margin: 5px;
        padding: 10px 5px;
        border: 1px solid #adc9c9;
        border-radius: 50px;
        font-weight: bold;
        text-transform: uppercase;
        font-family: benton sans, sans-serif;
        cursor: pointer;
        transition: background 0.5s ease-out; }
        @media (min-width: 0) and (max-width: 599px) {
          .container-tweetsPage .container .buttons .button {
            font-size: 0.5rem; } }
        @media (min-width: 600px) and (max-width: 768px) {
          .container-tweetsPage .container .buttons .button {
            font-size: 0.5rem; } }
        @media (min-width: 769px) and (max-width: 999px) {
          .container-tweetsPage .container .buttons .button {
            font-size: 0.6rem; } }
        @media (min-width: 1000px) {
          .container-tweetsPage .container .buttons .button {
            font-size: 0.68rem; } }
        @media (min-width: 0) and (max-width: 599px) {
          .container-tweetsPage .container .buttons .button {
            flex: 25%; } }
        .container-tweetsPage .container .buttons .button:hover {
          background: #adc9c9; }
    .container-tweetsPage .container .social-media {
      padding: 0;
      margin: 0;
      margin-top: 20px; }
    .container-tweetsPage .container .social-icon {
      margin-right: 10px; }
      .container-tweetsPage .container .social-icon img {
        width: 20px;
        height: 20px;
        object-fit: contain; }
        @media (min-width: 0) and (max-width: 599px) {
          .container-tweetsPage .container .social-icon img {
            width: 17px;
            height: 17px; } }

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0; }

* {
  box-sizing: border-box; }

figure {
  margin: 0;
  padding: 0;
  display: inline-block; }

li {
  list-style: none;
  display: inline-block; }

