body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #f9f9f9;
    background-color: #000000;
    color: #333;
    color: #fff;
  }

  a, a:visited, a:hover, a:active {
    all: unset; /* Resets all default styles */
    color: inherit; /* Keeps text color the same as parent */
    text-decoration: none; /* No underline */
    cursor: pointer; /* Keeps pointer cursor for usability */
  }

  .container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
  }

  header {
    margin-bottom: 2em;
  }

  header img {
    width: 180px;
    border-radius: 50%;
    margin: 10px auto;
  }

  h1 {
    font-size: 1.42em;
    /* margin: 10px 0; */
    margin-top: 0.4em;

  }

  p {
    font-size: 1.2em;
    margin: -15px 0 20px;
    color: #777;
  }

  .social-links a {
    margin: 10px;
    text-decoration: none;
    font-size: 1.5em;
    color: #555;
    transition: color 0.3s;
  }

  .social-links a:hover {
    color: #007BFF;
  }

  button {
    padding: 10px 52px;
    font-size: 1em;
    color: #000;
    background: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
  }

  footer {
    margin-top: 20px;
    font-size: 0.8em;
    color: #888;
  }

.contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2em;
}

.test {
    display: flex;
    /* background-color: red; */
    align-items: center;
    align-content: center;
    margin-bottom: 0.5em;
    padding-right: 2.2em;  
}

.test img {
    margin-right: 12px;
  
}