html,body{
    height: 100vh;
    width: 100%;
}
#particles-js{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #b61924;
    background-image: url('/images/Profile.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
#card{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(0,0,0,0.8);
    padding: 20px;
    border-radius: 10px;
}
h1{
    color: white;
    font-size: 5em;
    text-align: center;
}
h2{
    color: white;
    font-size: 3em;
    text-align: center;
}
