body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
}
.michroma-regular {
  font-family: "Michroma", sans-serif;
  font-weight: 400;color: #fff!important;
  font-style: normal;
}

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

.logo {
    position: relative;
    z-index: 1;
}

.logo img {
    width: 150px; /* Logonuzun boyutunu ayarlayın */
}
