@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    margin: 15;
    background-color: black;
    font-family: "Montserrat";
    font-weight:  600;
    color: #fff;
    text-align: center;
}

#particles-js {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#navbar {
    position: fixed;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    background-color: transparent;
    z-index: 1000;
}

#navbar .left {
    float: left;
}

#navbar .left img {
    width: 50px;
    height: 50px;
    margin: 10px;
    border-radius: 30px;
    border: 2px solid #fff;
    transition: transform 0.3s ease-in-out;
}

#navbar .left img:hover {
    transform: scale(1.1);
}

#navbar .middle {
    text-align: center;
}

#navbar a {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    text-decoration: none;
    margin: 0 10px;
    padding: 10px;
    border-radius: 5px;
    transition: color 0.3s, text-shadow 0.3s;
    
}

#navbar a:hover {
    color: white;
    text-shadow: 0 0 10px white;
}

.main-content {
    padding-top: 100px;
    text-align: center;
    color: white;
}

h1 {
    font-size: 2.5em;
    color: #fff
    text-align: center;
}

h2, h3, h4, h5, h6, p {
    color: #fff
    text-align: center;
}

.blank-button {
        padding: 13px 23px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        border: 2px solid #fff;
        text-decoration: none;
        font-weight: bold;
        border-radius: 5px;
        margin-left: 10px;
        transition: transform 0.3s, filter 0.3s;
    }
    .blank-button:hover {
    transform: scale(1.1);
    filter: invert(1);
}

.link-redirect {
  color: #949494; 
}

.link-redirect a {
  color: #949494; 
  text-decoration: none; 
}

.link-redirect a:hover {
  text-decoration: underline; 
}

.link-brunys {
  color: #2200ff; 
}

.link-brunys a {
  color: #2200ff; 
  text-decoration: none; 
}

.link-brunys a:hover {
  text-decoration: underline; 
}

button {
        padding: 13px 23px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        border: 2px solid #fff;
        text-decoration: none;
        font-weight: bold;
        border-radius: 5px;
        margin-left: 10px;
        transition: transform 0.3s, filter 0.3s;
    }
    button:hover {
    transform: scale(1.1);
    filter: invert(1);
}

#navbar .right img {
    width: 50px;
    height: 50px;
    margin: 10px;
    border-radius: 30px;
    border: 2px solid #fff;
    transition: transform 0.3s ease-in-out;
}

#navbar .right img:hover {
    transform: scale(1.1);
}
