* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    height: 100vh;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    font-family: 'Arial', sans-serif;
}

#particle-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#content {
    z-index: 10;
    text-align: center;
    color: #ffffff;
    max-width: 800px;
    padding: 20px;
}

h1{
    font-size: 56px;
    font-weight: bold;
    background-image: url("./images/image.gif");
    background-size: cover;
    background-clip: text;
    color: transparent;
    background-position: center;
    margin-bottom: 20px;
}
.mdt{
    color:white;
}
