body {
    background-color: #050505;
    margin: 0;
    cursor: default;
    user-select: none;
    overflow: hidden;
}
h1 {
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 500%;
    margin: 0;
}
p {
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 200%;
    margin: 0;
}
a {
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 500%;
}
.wrapper {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    z-index: 10;
}
#particles-js{
    width: 100%;
    height: 100%;
    position: absolute;
}
.container {
    position: relative;
}
