body, html {
    height: 67%;
  }
  
  img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .container {
    background-image: url(C:\Users\97798\Desktop\porto\1.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .contact-box {
    background-color: #ffffff;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ccc;
  }
  
  button {
    background-color: #4CAF50;
    color: black;
    padding: 12px 20px;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    outline: none;
  }
  
  button:hover {
    background-color: #3e8e41;
  }
  .cv-download-button {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    outline: none;
    text-align: center;
  }
  
  .cv-download-button:hover {
    background-color: #3e8e41;
  }
  