.frame {   border-style: solid;    border-width: 1px 0 1px 0;    background-color: rgba(221,255,221,1);   margin-bottom: 10px;   overflow: hidden;    height: auto; }  .languages {   float: right;    text-align: center;    width: 15%;    padding: 5px 0 4px 0;    background-color: rgba(221,221,221,0.7); }  .description {   display: inline-block;    text-align: center;    width: 85%;    padding: 10px 0px 10px 0px; }  .link {   display: inline-block;   font-weight: bold;   padding: 0px 20px 0px 20px; }  @media only screen and (max-width: 600px) {  .languages {   width: 100%;  }  .description {   width: 100%; }  .link {   padding: 6px 20px 0px 20px; }  }