body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    overflow: hidden;
    font-family: Arial, sans-serif;
    color: white;
}

h1 {
    font-family: 'Fugaz One', sans-serif;
    margin: 0;
}

p {
    margin: 0;
    line-height: 1;
}

footer {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    text-align: center;
    width: 100%;
}

a {
    color: #1183f6;
    text-decoration: none;
  }

  a:visited {
    color: #1183f6;
    text-decoration: none;
  }

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
}

.container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    background-color: black;
    padding: 20px;
    border-radius: 8px;
    max-width: 600px;
    align-items: center;
}

.container .image {
    flex-shrink: 0;
    width: 256px;
    height: 256px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 20px;
}

.container .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container .info {
    max-width: 400px;
}

.bottom-left {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.bottom-right {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 15px;
}

.bottom-right a {
    color: white;
    font-size: 1.5rem;
    text-decoration: none;
}
