
  body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
  }


 main {
    padding: 0px;
    margin: 0px;
    display: block;

  } 
  
.banner-notaia {
  background: url(Media/Backgroundcontatti2.png);
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  margin-top: 0px;
}

  .notaia-section {
    padding: 60px 20px;
    background: linear-gradient(to bottom, #ffffff, #eaf2f8);
    margin: 0;
  }
  
  .container {
    max-width: 900px;
    margin: 0 auto;
    padding-left: 30px;
  }
  
  .title {
    font-size: 36px;
    font-weight: bold;
    color: #164D7F;
    text-transform: uppercase;
    margin-bottom: 40px;
    border-bottom: 2px solid #164D7F;
    padding-bottom: 10px;
  }
  
  .profile-box {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  
  .bio p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
  }
  
  .line-separator {
    height: 2px;
    background-color: #ccc;
    width: 100%;
  }
  
  .curriculum h2 {
    font-size: 24px;
    color: #164D7F;
    margin-bottom: 10px;
  }
  
  .download-btn {
    display: inline-block;
    background-color: #164D7F;
    color: #fff;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #164D7F;
    transition: background 0.3s, color 0.3s;
  }
  
  .download-btn:hover {
    background-color: #fff;
    color: #164D7F;
  }

  .bio p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  

.cv-btn{
  border: #164D7F 2px solid;
}

