body {
    font-family: 'roboto';
    background-color: #ffffff;
    margin: 0;
    padding: 0; 
}

#logo img{
    border-radius: 200px;
    width: 300px;
    border: 0px solid #131418;     
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: center;
    box-shadow: #006A42 10px 10px 4px;
    flex-wrap: wrap;
}

header {
    margin: 0px;
    text-align: center;
    padding: 2% 0em;
    background-color: #00F498;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    box-shadow: 10px 10px 10px #006A42; 
}

header h1 {
    font-family: 'roboto';
    font-weight: 900;
    font-size: 90px;
    color: #131418;
    text-shadow: #006A42 3px 3px 4px;
    font-style: oblique;
}

.character-box {
    display: flex;
    flex-wrap: warp;
    justify-content: center;
    padding: 2em;  
    display: flex;
}

.character-card {
    max-width: 780px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 10px;
    background-size: cover;
}

.character-card h2 {
    font-family: 'roboto';
    font-size: 30px;
    line-height: 1.5;
    color: #131418;
    text-align: center;
    text-shadow: #006A42 3px 3px 4px;
}

.character-card p {
    font-family: 'roboto';
    font-weight: 400;
    color: #000000;
    font-size: 15px;
    line-height: 1;
}

.paragraph-box {
    max-width: 800px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 10px;
    color: #000000;
    background-size: cover;
}

.paragrap-card h3 {
    font-family: 'roboto';
    font-size: 30px;
    line-height: 1;
    color: #131418;
    text-align: center;
    text-decoration: none;
    text-shadow: #006A42 3px 3px 4px;
    letter-spacing: 1px;
}

.skill-box {
    font-family: 'roboto';
    font-size: 15px;
    margin: 10px;
    color: #000000;
    border-radius: 5px;
    line-height: 1;
}

.gallery .anime-card{
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    display: block;
}

.anime-card {
    align-item: flex;
    box-border: 1em;
    padding: 1em;
}

.anime-card img {
    max-width: 80%;
    border-radius: 10px;
    padding: 0em;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 5.2);
}

.name-box b {
    font-size: 20px;
    font-style: italic;
    color: #5c5454;
    display: flex;
    flex-wrap: warp;
    justify-content: center;
    padding: 1em;  
    display: flex;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 20px;
}

.logos{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    margin: auto;
    margin-bottom: 10px;
    transition: transform 0.5s ease-in-out;
}

.logos .Lia:hover{
    transform: scale(1.2); 
    color: #0a3a29;
}

.logos .Oryel:hover{
    transform: scale(1.2); 
    color: #0a3a29;
}

.logos .Cheng:hover{
    transform: scale(1.2); 
    color: #0a3a29;
}

.logos .Kristian:hover{
    transform: scale(1.2); 
    color: #0a3a29;
}

.logos a img{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    border-radius: 100px;
    margin-top: 20px;
    margin: 15px;
    box-shadow: 4px 4px 3px rgba(0, 0, 0, 5.2);
}

h3{
    display: flex;
    margin: 10px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-family: 'roboto';
    text-shadow: #000 1px 1px 3px;
}

footer{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    background-color: #006A42;
    border-radius: 1px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 5.5);
}

.footerContainer{
    width: 100%;
    height: 0%;
    padding: 0px;
}

.socialIcons{
    display: flex;
    justify-content: center;
}

.socialIcons a{
    text-decoration: none;
    padding: 10px;
    background-color: #ffffff;
    margin: 20px;
    border-radius: 50%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 5.5);
}

.socialIcons a i{
    font-size: 2em;
    color: #000;
    opacity: 0.9;
    margin-bottom: 0px;
    padding: 0px;
}

/* Hover Effects on Socoal Media Icons */

.socialIcons a:hover{
    background-color: #393939;
    transition: 0.5s;
}

.socialIcons a:hover i{
    color: white;
    transition: 0.5s;
}

.footerBottom{
    padding: 20px;
    text-align: center;
}

.paragrap-box ul li a:hover{
    opacity: 1;
}

.designer{
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0 5px;
    text-shadow: #000 1px 1px 2px;
}

.paragrap-card a{
    margin: 10px;
    color: #000000;
    border-radius: 5px;     
    font-size: 20px;
    line-height: 1;
    justify-content: center;
    display: flex;
}

.navigation{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    margin: auto;
    margin-bottom: 10px;
    transition: transform 0.5s ease-in-out;
}

.navigation .Kenichirou:hover{
    transform: scale(1.2); 
    color: #0a3a29;
}

.navigation .Shizuka:hover{
    transform: scale(1.2); 
    color: #0a3a29;
}

.navigation .Beatrix:hover{
    transform: scale(1.2); 
    color: #0a3a29;
}

.navigation a{
    color: #000;
    display: flex;
    margin: 18px;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-family: 'roboto';
    font-weight: 900;
    text-decoration: none;
    text-shadow: #000 1px 1px 3px;
}
