
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: sans-serif;
    color: white;
    caret-color: transparent;
    -webkit-tap-highlight-color: transparent;
  }
  
  input {
    caret-color: #080808;
  }
  
  ::selection {
    color: #0c0c0c;
  }
  
  body {
    max-width: 1000px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    background-color: white !important;
  }
  
  body::-webkit-scrollbar {
    width: 5px;
  }
  
  body::-webkit-scrollbar-thumb {
    background-color: #141414;
    border-radius: 5px;
  }
  
  .resume-container {
    width: 794px;
    height: 1123px;
    box-shadow: 1px 0px 15px rgba(71, 71, 71, 0.234);
    display: flex;
  }
  
  #container-resume {
    display: none;
  }
  
  h2 {
    color: #000000;
    font-weight: 800;
    font-size: 1.2rem;
    letter-spacing: 2px;
  }
  h1 {
    color: black;
  }
  h1 span {
    color: black;
  }
  
  li {
    list-style: inside;
  }
  
  
  .links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 2px solid #2e2d2d;
  }
  
  .links a {
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
  
  .topPeragraph {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: #1f1e1e;
    font-weight: 00;
  }
  
  .links a i {
    color: black;
    margin-bottom: 20px;
    margin: 5px 15px;
  }
  
  .links a i:hover {
    color: rgb(7, 7, 7);
  }
  
  .topPeragraph b {
    font-size: 16px;
    color: #000000;
    margin-left: 5px;
    font-weight: 700;
  }
  
  .error {
    border: 1px solid rgb(7, 7, 7) !important;
  }
  .greenClass {
    border: 1px solid rgb(10, 10, 10) !important;
  }
  
  
  
  
  @media (max-width: 768px) {
    .resume-container {
      height: fit-content;
    }
    .topPeragraph {
      font-size: 12px;
      padding: 5px;
      font-weight: 500;
    }
    .topPeragraph b {
      font-size: 12px;
      color: #161616;
      margin-left: 5px;
      font-weight: 700;
    }
    
    .checkbox-lang label{
      font-size: 1.2rem !important;
      margin: 0px;
    }
    
    
    input[type="checkbox"]{
      width: 20px !important;
      height: 20px !important;
    font-size: .6rem;
    }
    
  }