body {
  margin: 0;
  padding: 40px;
  font-family: Arial, sans-serif;
}

.title-page {
  margin-bottom: 30px;
}

.container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.text {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.links {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-top: 600px;
  
}

.links2 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-bottom: 200px;
  margin-right: 150px;
  
}

.profile-image {
  width: 350px;
  height: auto;
  margin-right: 130px;
}

body {
    margin: 15;
    

    background-image: url("../img/bg2.jpg");


    background-size: 3000px;       
    background-position: center;   
    background-repeat: no-repeat; 
    background-attachment: fixed;  

           
}