body {
    height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #0d0d0d;
    color: #fff;
    font-family: Arial, sans-serif;
    padding: 20px;
    background-image: url('brolket.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: fixed;
    background-size: 100% 100%;
}

button {
    margin: 5px;
    padding: 10px 20px;
    background-color: #c10000;
    color: #ffffff;
    border: 1px solid #000000;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.2s;
}

button:hover {
    background-color: #fff;
    color: #111;
}
#Title
{
    font-size: 60px;
    color: yellow;
}

#text
{
  max-width: 900px;
  line-height: 1.6;
  text-align: justify;
}

#background, #text, #passion, li, #touch, #collab {
  border: 1px solid black;
  padding: 8px;
  margin: 10px 0;
  display: inline-block;
  background: rgba(0,0,0,0.2);
}

#links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

#passions
{
  color: yellow;
}