@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;1,500&display=swap');

body{
    background-color: rgb(35, 39, 42);
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    height: 100%;
    margin: 0;
    padding: 0;
    font-weight: 600;
    text-align: center;
}

.inner{
    font-size: 2.5rem;
    margin-top: 35vh;
}

.btn{
    color: #fff;
    text-decoration: none;
    padding: 0.5rem;
    /* discord burple color */
    background-color: rgb(114, 137, 218);
    border-radius: 5px;
}

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

.top{
    color: rgb(114, 137, 218);
    text-decoration: none;
    
}

.top:hover{
    color: rgb(98, 115, 180);
    transition: 0.3s color ease;
    /* blur */



}
