  a{
      text-decoration:none;
      color: var(--websitegrey-1);
  }
  
  html {
    height: 100vh;
  }
  
  body{
      background-image: url(./imagen/rubik-bg.png);
      background-position: center;
      background-size:cover;
      background-attachment: fixed;
      background-color: #f2f7f9;
      margin: 0;
      padding: 0;
      height:100vh;
  }
  
  .home-cype-com {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height:100vh;
  }
  
  .home-cype-com .overlap-group-wrapper,
  .home-cype-com .overlap-group {
    height: 100vh;
    margin: 0px;
    padding: 0px;
    width: 100%;
  }
  
  .frame {
    display: flex;
    width: 221px;
    max-width: 85vw;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 8px 16px;
    background-color: #e4f0ff;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.08);
    margin: 0px auto 20px auto;
    height: 45px;
  }
  
  .frame:hover{
      background-color: #cde4ff; 
  }
  
  .frame .clip-path-group {
    width: 30px;
    height: 30px;
    margin-bottom: -2px;
  }
  
  .frame .text-wrapper {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 550;
    color: var(--websitegrey-1);
    font-size: 18px;
    line-height: normal;
    white-space: nowrap;
  }
  
  
  .home-cype-com .overlap {
    width: 800px;
    max-width: 100%;
    background-color: #ffffffe3;
    min-height: calc(100vh - 60px);
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 30px 30px 30px 30px;
  }
  
  .home-cype-com .welcome-to-CYPE {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
    color: #444444;
    font-size: 62px;
    letter-spacing: 0px;
    line-height: normal;
    margin-top: 25px;
  }
  
  .home-cype-com .logo-cype {
    max-width: 130px;
  }

  .home-cype-com .header_container {
    text-align: center;
    /*padding-top: 60px;*/
  }
  
  .language_url_list_container {
    /*padding-top: 50px;*/
  }

  .home-cype-com .select-your-language {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    color: #444444;
    font-size: 19px;
    letter-spacing: 0;
    line-height: normal;
    text-align: center;
    margin-bottom: 24px;
  }
  
  
  .home-cype-com .CYPE-software-for-wrapper {
    width: 800px;
    max-width: 100%;
    height: 60px;
    background-color: #cd202de8;
    margin: auto;
  }
  
  .home-cype-com .CYPE-software-for {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 550;
    color: #ffffff;
    font-size: 14px;
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 60px;
    padding: 10px;
    text-align: center;
  }

/*
Mobile
*/
@media all and (max-width: 600px) {

  .home-cype-com .welcome-to-CYPE {
    font-size: 40px;
  }

  .language_url_list_container {
    padding-top: 30px;
  }

  .home-cype-com .overlap {
    padding: 40px 30px 30px 30px;
  }

  .home-cype-com .select-your-language {
    font-size: 18px;
  }

  .home-cype-com .CYPE-software-for {
    font-size: 13px;
  }
}

@media all and (max-height: 850px) {
  .language_url_list_container {
    padding-top: 30px;
  }

  .home-cype-com .overlap {
    padding: 40px 30px 30px 30px;
  }
}

/*
Desktop big
*/
@media all and (min-height: 1200px) {
  .language_url_list_container {
    padding-top: 50px;
  }

  .home-cype-com .overlap {
    padding: 80px 30px 30px 30px;
    display: block;
  }
}