* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: Arial, sans-serif;
      background-image: url('../Fondo.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    
  }
  
  header {
    background-color: #eee;
    padding: 20px;
    text-align: center;
  }

  .top-header h1 {
    margin: 0;
    font-size: 52px;
  }

  .anydesk{
    margin-top: 5%;
    margin-left: 10%;
  }
  
  .anydesk img {
    width: 30%; 
    height: 30%; 
  }

  .team{
    margin-top: -12.5%;
    margin-left: 60%;
  }
  
  .team img {
    width: 90%; 
    height: 90%; 
  }