body{
    padding: 0%;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    width: 100%;
    background-color: #E8F9FD;
}

html, body{
    scroll-behavior: smooth !important;
}

.header{
    z-index: 100;
    width: 100%;
    top: 0%;
    padding: 2%;
    position: fixed;
}
#canvas{
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: -99;
}
.navbar{
    display:flex;
    position: relative;
    width: 100%;
    justify-content: space-around;
}

.content-title{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-inner-right{
    margin: 5% 0%;
    opacity: 1;
    margin-right: 30%;
    width: 70%;
    height: 400px;
    background-color: #0AA1DD;
}
#home, #about{
    cursor: pointer;
}
.blank{
    height: 70vh;
}
.content-inner-left{
    margin: 5% 0%;
    margin-left: 30%;
    opacity: 1;
    width: 70%;
    height: 400px;
    background-color: #0AA1DD; 
}
.content-inner-left:hover{
    transform: scale(1.15) translate(100px, 0);
}

.content-inner-right:hover{
    transform: scale(1.15) translate(-100px, 0);
}

.content-details{
    margin-left:10%;
    font-size: 11px;
    font-weight: bold;
}
.content-details:hover{
    cursor: pointer;
    color: darkorchid;
}

.github{
    position: fixed;
    right: 0;
    top: 50%;

}
.github p{
    transform: rotate(90deg) translate(-30px, -15px);
    font-size: 15px;
}
.github img{
    transform:translate(32px, 0);
}

.content-inner{
    padding: 7%;
}
.content-inner-title{
    font-size: 26px;
    font-weight: bold;
}

.content-inner-type{
    font-size: 13px;
    font-weight: bold;
}

.content-inner-description{
    font-size: 20px;
    text-indent: 20%;
    text-align: justify;
    text-justify: inter-word;
}
.content-repo-link{
    color: darkorchid;
    text-decoration: none;
    font-size: 15px;
}

.content-repo-link:hover, .content-repo-live-web-link:hover{
    text-decoration: underline;
    font-size: 15px;
}

.content-repo-image{
    width:100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.content-repo-live-web-link{
    font-size: 15px;
    text-decoration: none;
    color: black;
    font-weight: bold;
}


h1{
    font-size: 115px;
    
}

.about-me{
    padding: 10%;
    text-align: start;
}
