#main {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    width: 850px;
    font-size: 25px;
    color: white;
}
#title h1,
#title p {
    white-space: nowrap;
    display: inline;
}

body {
    background-color: #1e212b;
}

#parent {
    display: flex;
    justify-content: center;
}

nav {
    color: white;
    margin-top: -15px;
}

nav a {
    color: white;
    font-size: 18px;
}

#content {
    background-color: rgba(28, 30, 38, 0.1);
    padding-left: 7px;
    font-size: 13px;
    padding-bottom: 4px;
    margin-bottom: 5px;
    border: 1px solid #15171c;
	border-radius: 10px;
    backdrop-filter: blur(2px);
}

#content p {
    font-size: 15px;
    margin-top: -24px;
}

ul {
    margin-left: -20px;
    margin-top: -15px;
    list-style-type: '> ';
}

a {
    color: white;
}

#footer {
    font-size: 15px;
    text-align: center;
    background-color:#15171c;
    border: 1px solid #1e212b;
	border-radius: 25px;
}

#content h1 {
	padding-left: 11px;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}



