* {
    margin: 0;
    padding: 0;
}
body { 
    font-family: 'Roboto', sans-serif;
    color: #000000CC;
    background-size: cover;
    background-attachment: fixed;
}

a:link {
    color: green;
    text-decoration: none;
}

a:visited {
    color: grey;
    text-decoration: none;
}

.links a {
    transition: 0.4s;
    padding: 15px 15px 15px 15px; 
    background-color: #ffffff18; 
    color: white; 
    margin-top: 10px; 
    border-radius: 
    4px 4px 4px 4px;
}

.links a:hover {
    transform: scale(1.5);
}

img.profile {
    width: 200px;
    height: 200px;
    border: 0px;
    display: inline-block;
    margin-top: 5px;
    border-style: solid;
    border-color: grey;
    border-radius: 100px 100px 100px 100px;
    transition: 0.4s;
}

.profile img:hover {
    transform: scale(1.05);
    border-radius: 5px 5px 5px 5px;
}

img.about-profile {
    width: 210px;
    height: 210px;
    border: 2px;
    display: inline-block;
    margin-top: 20px;
    border-style: solid;
    border-color: grey;
    border-radius: 5px 5px 5px 5px;
    transition: 0.4s;
}

.about-profile img:hover {
    transform: scale(0.95);
    border-radius: 100px 100px 100px 100px;
}

.about {
    padding: 15px 15px 15px 15px; 
    background-color: #ffffff18; 
    color: white; 
    font-size: 14px;
    margin: 15px 10px 10px 15px; 
    border-radius: 4px 4px 4px 4px;
    text-align: center;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
  }

li {
    display: inline;
    float: right;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.social {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 30px;   
    top: 50%;
    bottom: 50%;
    left: 50%;
    padding-top: 20px;
    margin: 0 0 0 0 auto;
    transform: translate(-50%, -50%);
}

.navigation a {
    color: grey;
    font-size: 24px;
    transition: 0.4s;
}

.navigation a:hover > i {
    transform: scale(1.2);
    color: black;
    transition: 0.4s;

}

.navigation a i {
    transition: 0.4s;
}

.social a {
    display: inline-flex;
    text-decoration: none;
    width: 50px;
    height: 50px;
    background: #00000022;
    color: grey;
    margin: 0 6px;
    border-radius: 50%;
    justify-content: center;
    font-size: 25px;
    align-items: center;
    transition: 0.4s;
}

.social a i {
    transition: 0.4s;
}

.social a:hover > i {
    transform: scale(1.4) rotate(25deg);
    color: black;

}

/* Adding social links style on hover */

.social a i {
    transition: 0.4s;
}

.social a:hover > i {
    transform: scale(1.4) rotate(25deg);

}

.social .fb:hover > i {
    color: blue;
}

.social .ig:hover > i {
    color: #833ab4;
}

.social .ln:hover > i {
    color: #0077B5;
}

.social .rg:hover > i {
    color: #15AABF;
}

.social .tw:hover > i {
    color: #0084b4;
}

.social .yt:hover > i {
    color: red;
}


.projects a {
    transition: 0.3s;
    padding: 15px 15px 15px 15px; 
    background-color: #00000055; 
    color: white; 
    margin-top: 10px; 
    border-radius: 4px 4px 4px 4px;
}

.projects a:hover {
    /* font-size: 20px; */
    color: black;
    padding: 15px 30px 15px 30px;
    border-left: 5px solid black;
    border-right: 5px solid black;
}

.post {
    padding: 15px 15px 15px 15px; 
    background-color: #ffffff18; 
    color: white; 
    margin: 15px 10px 10px 15px; 
    border-radius: 4px 4px 4px 4px;
    text-align: left;
}

.tags {
    font-size: 11px;
    display: inline-block;
    padding: 4px 4px 4px 4px; 
    background-color: #ffffff18; 
    color: white; 
    margin-top: 10px; 
    border-radius: 4px 4px 4px 4px;
    text-align: center;
}

#particles-js {
    height: 100%;
    width: 100%;
    background-size: cover; 
    background-repeat: no-repeat;
}

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

footer {
    position: fixed; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    font-size: 10px;
}
    
table{
    margin: auto;
    color: #000000; 
    width: 50%;
    text-align: center;
    border: 1px solid #00000022;
    border-radius: 20px;
    border-spacing: 10px 10px;
    border-collapse: separate;
}  

td{
    height: 80px;
    border-collapse: collapse;
    background: #00000022;
    border-radius: 10px;
}

th {
    border-radius: 10px;
    height: 50px;
    background: #00000033;
    border-radius: 10px;

}
