body{
    background-color: #13446f;
}


#particles-js {
    width: 100%;
    height: 100vh;
    height: 100svh;
    top:0;
    left:0;
    z-index: -10;
    background: #13446f;
    position: fixed;
}

.text {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    color: #fff;
    width: 450px;
    max-width: 90%;
    padding: 2em 3em;
    background: rgba(0, 0, 0, 0.4);
    text-shadow: 0px 0px 2px #131415;
    font-family: 'Open Sans', sans-serif;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.text .certs {
    margin-top: 2em;
    width: 100%;
}
.text .certs .cert_display {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1em;
    /* border: 1px solid #fff; */
    border-radius: 8px;
    padding: 1em;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.text .certs .cert_display .cert_badge {
    transition: filter 0.3s ease;
}
.text .certs .cert_display .cert_badge:hover {
    filter: brightness(60%);
}

h1 {
    font-size: 2.25em;
    font-weight: 700;
    letter-spacing: -1px;
}

a,
a:visited {
    color: #ffe071;
    transition: 0.25s;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #ffbc00;
}

ul {
    list-style-type: none;
}

i {
    margin-right: .5em;
    width: 1em;
}

.profile-pic {
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
}

.profile-pic img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 1em;
}

.footer {
    margin-top: 2em;
    color: #fff;
    font-size: 0.9em;
}