* {
    box-sizing: border-box;
    font-family: sans-serif;
}

html, body {
    background-color: black;
}

.factMenu {
    background-color: black; 
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 64px;
    justify-content: center;  
}

.factMenu nav {
    display: flex;
    gap: 32px;
    align-items: center;
}

.factMenu img {
    height: 200px;
}

div {
    color: #ffde59;
    display: flex;
    justify-content: center;   
    align-items: center;       
    height: 80px;             
    width: 500px;                 
    border-radius: 10px;       
    margin: 20px auto;  
    text-align: center;   
    background-color: black; 
  }

  .mail-link {
color: #8c52ff;

  }

  .Johan p:hover a{
color: blue;
  }



