@font-face { 
    font-family: Narnia; src: url('Narnia.ttf'); 
} 

@font-face { 
    font-family: Yusei; src: url('YuseiMagic-Regular.ttf'); 
} 

@font-face { 
    font-family: Grafiti; src: url('SterousDemoRegular.ttf');
}

* {
    box-sizing: border-box;
}

html,body {
    margin:0;
    padding:0;
    background-color: #D9D9D9; 
}

footer {
    background-color: #0f0f0f;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#profile
{
    background-color: #0f0f0f;   
    height: 100%;
}

.floating-btn {
    display: none;
    position: fixed;
    top: 100px;
    right: 100px;
}

.floating-btn .main-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #222;
    color: #fff;
    display: grid;
    place-items: center;
    cursor: pointer;
    position: relative;
    box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.3);
    transition: all 300ms ease;
}

.floating-btn.active .main-btn {
    transform: rotateZ(45deg);
}

.floating-btn .main-btn svg {
    width: 30px;
    display: flex;
}

.floating-btn .options {
    position: absolute;
    transform: translate(30px, 30px) scale(0);
    opacity: 0;
    transition: all 300ms ease;
}

.floating-btn.active .options {
    transform: translate(5px, 5px) scale(1);
    opacity: 1;
}

.floating-btn .option {
    padding: 8px 12px;
    border-radius: 8px;
    position: absolute;
    background-color: #fff;
    font-family: Narnia;
    font-size: 25px;
}

.floating-btn .option a {
    text-decoration: none;
    color: #222;
    user-select: none;
}

.floating-btn .option:nth-child(1) {
    transform: translate(-10px, 45px);
}

.floating-btn .option:nth-child(2) {
    transform: translate(-10px, 75px);
}

.floating-btn .option:nth-child(3) {
    transform: translate(-10px, 105px); 
}

.navbar {
    float: right;
    width: 50%;
}

.column {
    float: left;
}

.left {
    width: 66.66%;
}

.right {
    width: 33.33%;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.name { 
    color: #D9D9D9;
    width: 100px;   
    word-wrap: normal;
    padding-left: 30px;
    padding-bottom: 0;
    box-sizing: border-box;
    font-family: Narnia;
    float: left;
}


#math {
    color: white;
    font-size: 7.5vw;
    font-family: Narnia;
    margin-top: 5vh;
    margin-bottom: 0px;
    
}

.musical {
    transform: rotate(90deg);
}

#musical {
    color: white;
    font-size: 7.5vw;
    font-family: Narnia;
    margin-right: 0px;
    margin-top: 6vh;
    margin-left: 38vw;
    transform: rotate(90deg);
}

.icons {
    padding-bottom: 0px;
    padding: 0;
    height: auto;
    color: #fff;
    font-size: 60px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 10px;
    width: 100%;
    height: 100%;
}

a {
    color: white;
    text-decoration: none;
}

.move {
    width: 100%;
    padding-right: 8vw;
    padding-left: 8vw;
}

.place {
    float: left;
    width: 20%;
    padding: 15px;
    height: 25vh;
    font-size: 3vw;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-family: Yusei;
}

.arrow {
    font-size: 5vw;
}

#name {
    margin-bottom: 0;
}

#mypic
{
    width: 63%;
    height: auto;
    padding-top: 50px;
}

#typing {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Yusei;
    font-size: 50px;
    color: #0f0f0f;
    padding-left: 30px;
}

#text {
    font-family: Yusei;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 25px;
    color: #0f0f0f;
    padding-left: 30px;
}


#hi {
    font-family: Yusei;
    font-size: 75px;
    margin-top: 20px;
    margin-bottom: -50px;
    color: #0f0f0f;
    width: 9%;
    height: auto;
    padding-left: 30px;
    font-weight: 100;
    animation-delay: 0.75s;
    animation-iteration-count: 1;
    cursor: pointer;
}

#about {
    font-family: Yusei;
    font-size: 35px;
    color: #0f0f0f;
    padding-left: 30px;
}

#intro {
    font-family: Yusei;
    font-size: 50px;
    color: #0f0f0f;
    padding-left: 30px;
    width: 85%;
    font-weight: 100;
}

#nav {
    color: #D9D9D9;
    margin-top: 5vh;
    list-style-type: none;
    font-family: Narnia;
    font-size: 55px;
    text-align: right;
    width: 100%;
}


li {
    margin: 5px 25px;
}

.card {
    width: 300px;
    height: 300px;
}

.cardhead {
    font-family: Narnia;
    color: white;
    margin-bottom: 0;
}

.cardbody {
    color: white;
    font-family: Yusei;
    font-size: 20px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 3;
}

.flip-card {
    background-color: transparent;
    width: 300px;
    height: auto;
    display: flex;
    perspective: 1000px;
    padding-left:0px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
}
  
.flip-card-inner {
    position: relative;
    width: 300px;
    height: 300px;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 300px;
    height: 300px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-back {
    transform: rotateY(180deg);
    background-color: #1B263B;
}

.hyperlink {
    color: #ff9a91;
}
.hyperlink:hover {
    color: #95c3de;
}


.fa-instagram:hover {
    color: #95c3de;
}

.fa-linkedin:hover {
    color: #f2d74e;
}

.fa-github:hover {
    color: #ff9a91;
}

.fa-envelope:hover {
    color:#66BB6A;
}

#copyright {
    color: white;
    font-family: Yusei;
    font-size: medium;
    margin-top: 0;
}

div.scroll-container {
    background-color: #D9D9D9;
    overflow: auto;
    white-space: nowrap;
    padding-top: 5vw;
    height: auto;
    width: 100%;
  }
  
div.scroll-container img {
    padding: 0px;
}

.container {
    width: 0%;
    height: 0%;
}

.confetti {
    z-index: 1000;
    width: 15px;
    height: 15px;
    background-color: #f2d74e;
    position: absolute;
    left: 50%;
    animation: confetti 5s ease-in-out -2s infinite;
    transform-origin: left top;
}
.confetti:nth-child(1) {
background-color: #f2d74e; left: 10%; animation-delay: 0;
}
.confetti:nth-child(2) {
background-color: #95c3de; left: 20%; animation-delay: -5s;
}
.confetti:nth-child(3) {
background-color: #ff9a91; left: 30%; animation-delay: -3s;
}
.confetti:nth-child(4) {
background-color: #66BB6A; left: 40%; animation-delay: -2.5s;
}
.confetti:nth-child(5) {
background-color: #95c3de; left: 50%; animation-delay: -4s;
}
.confetti:nth-child(6) {
background-color: #ff9a91; left: 60%; animation-delay: -6s;
}
.confetti:nth-child(7) {
background-color: #f2d74e; left: 70%; animation-delay: -1.5s;
}
.confetti:nth-child(8) {
background-color: #66BB6A; left: 80%; animation-delay: -2s;
}
.confetti:nth-child(9) {
background-color: #ff9a91; left: 90%; animation-delay: -3.5s;
}
.confetti:nth-child(10) {
background-color: #f2d74e; left: 100%; animation-delay: -2.5s;
}

@keyframes confetti {
0% { transform: rotateZ(15deg) rotateY(0deg) translate(0,0); }
25% { transform: rotateZ(5deg) rotateY(360deg) translate(-5vw,20vh); }
50% { transform: rotateZ(15deg) rotateY(720deg) translate(5vw,60vh); }
75% { transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw,80vh); }
100% { transform: rotateZ(15deg) rotateY(1440deg) translate(10vw,110vh); }
}

.hinge:hover {
    -webkit-animation-duration: calc(1.5s * 2);
    animation-duration: calc(1.5s * 2); 
    -webkit-animation-name: hinge;
    animation-name: hinge;
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }

@-webkit-keyframes hinge {
0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

20%,
60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

40%,
80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
}

to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
}
}

@keyframes hinge {
0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

20%,
60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

40%,
80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
}

to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
}
}


.columnfour {
    float: left;
    width: 25%;
    padding: 0px;
    height: 300px;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically (if needed) */
    text-align: center;
}


@media screen and (max-width: 500px) { 
    html,body {  
        width: 100%;
        height: 100%;
        margin:0;
        padding:0;
        overflow-x: hidden; 
        background-color: #D9D9D9; 
    }
    
    #mypic
    {
        width: 50%;
        height: auto;
        padding-top: 5px;
    }
    
    .floating-btn {
        top: 5%;
        right: 9%;
    }
    
    .floating-btn .main-btn {
        width: 50px;
        height: 50px;
    }
    
    .floating-btn .main-btn svg {
        width: 35px;
    }
    
    .floating-btn .option {
        padding: 8px 12px;
        font-size: 20px;
    }
    
    .navbar {
        width: 100%; 
        margin-right: 0%;
        padding-top: 12%;
        text-align: center;
    }
    
    .left {
        width: 100%;
    }
    
    .right {
        width: 100%;
        text-align:  center;
    }
    
    .name { 
        font-size: 8vh;
        text-align: center;
        padding-top: 1em;
        padding-bottom: 0;
        width: 100%;
        padding-left: 0;
        
    }
    
    .icons {
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 60px;
    }
    
    #name {
        margin-bottom: 0px;
    }
    
    #typing {
        margin-top: 20px;
        margin-bottom: 5px;
        font-size: 50px;
        padding-left: 30px;
    }
    
    #text {
        margin-top: 0px;
        margin-bottom: 25px;
        font-size: 2.5vh;
        padding-left: 30px;
    }
    
    
    #hi {
        font-size: 60px;
        margin-top: 20px;
        color: #0f0f0f;
        width: 9%;
        height: auto;
        padding-left: 30px;
        font-weight: 100;
    }
    
    #about {
        font-size: 30px;
        margin-left: 0;
        padding: 5px;
        text-align: center;
        font-weight: 100;
    }
    
    #intro {
        font-size: 35px;
        padding-left: 30px;
        width: 100%;
    }
    
    #nav {
        list-style-type: none;
        font-size: 60px;
        text-align: center;
    }

    #math {
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
        text-align: center;
        font-size: 12vw;
    }
    
    #musical {
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
        display: flex;
        margin-left: 0;
        margin-top: 0.5vh;
        font-size: 12vw;
        transform: rotate(0deg);
    }
    
    li {
        margin: 10px 0;
    }

    .move {
        width: 100%;
        padding-right: 5vw;
        padding-left: 5vw;
    }

    .place {
        float: left;
        width: 20%;
        height: 15vh;
        font-size: 5vw;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        font-family: Yusei;
        padding-bottom: 8vh;
    }

    .arrow {
        font-size: 8vw;
    }

    .columnfour {
        width: 100%;
        height: 300px;
        display: flex;
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically (if needed) */
        text-align: center;
    }

    .card {
        width: 300px;
        height: 300px;
        text-align: center;
        padding-bottom: 30px;
    }
    
    .flip-card {
        width: 300px;
        height: auto;
        display: flex;
        perspective: 1000px;
        padding-left:0;
        margin-bottom: 10px;
        align-items: center;
        justify-content: center;
    }
      
    .flip-card-inner {
        width: 300px;
        height: 300px;
    }
    
    .flip-card-front {
        width: 300px;
        height: 300px;
    }

    .flip-card-back {
        width: 300px;
        height: 280px;
    }
    .cardbody {
        font-size: 17px;
        padding-left: 5px;
        padding-right: 5px;
    }    
}

/* tablet */ 
@media screen and (min-width: 501px) and (max-width: 1200px) { 
    html,body {  
        width: 100%;
        height: 100%;
        margin:0;
        padding:0;
        overflow-x: hidden; 
        background-color: #D9D9D9; 
    }

    footer {
        height: 200px;
    }
    
    #mypic
    {
        width: 50%;
        height: auto;
        padding-top: 5px;
    }
    
    .floating-btn {
        top: 5%;
        right: 9%;
    }
    
    .floating-btn .main-btn {
        width: 50px;
        height: 50px;
    }
    
    .floating-btn .main-btn svg {
        width: 35px;
    }
    
    .floating-btn .option {
        padding: 8px 12px;
        font-size: 20px;
    }
    
    .navbar {
        width: 100%; 
        margin-right: 5%;
        padding-top: 5%;
        text-align: center;
        margin-right: 0;
    }
    
    .left {
        width: 100%;
    }
    
    .right {
        width: 100%;
        text-align:  center;
    }
    
    .name { 
        font-size: 12vh;
        text-align: center;
        padding-top: 10vw;
        padding-left: 2%;
        padding-right: 2%;
        padding-bottom: 0;
        width: 100%;
        padding-left: 0;
    }
    
    .icons {
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 60px;
    }
    
    #name {
        margin-bottom: 0px;
    }
    
    #typing {
        margin-top: 30px;
        margin-bottom: 5px;
        font-size: 50px;
        padding-left: 30px;
    }
    
    #text {
        margin-top: 0px;
        margin-bottom: 30px;
        font-size: 20px;
        padding-left: 30px;
    }
    
    #hi {
        font-size: 60px;
        margin-top: 20px;
        color: #0f0f0f;
        width: 9%;
        height: auto;
        padding-left: 30px;
        font-weight: 100;
    }
    
    #about {
        font-size: 30px;
        font-weight: 100;
        margin-left: 0;
        padding-left: 0;
        text-align: center;
    }
    
    #intro {
        font-size: 35px;
        padding-left: 30px;
        width: 100%;
    }
    
    #nav {
        list-style-type: none;
        font-size: 6vh;
        text-align: center;
        padding-left: 0;
    }

    #math {
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
        text-align: center;
        font-size: 7vh;
    }
    
    #musical {
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
        display: flex;
        margin-left: 0;
        margin-top: 0.5vh;
        font-size: 7vh;
        transform: rotate(0deg);
    }
    
    li {
        margin: 10px 0;
    }

    .move {
        width: 100%;
        padding-right: 8vw;
        padding-left: 8vw;
    }

    .place {
        float: left;
        width: 20%;
        height: 25vh;
        font-size: 4vw;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        font-family: Yusei;
        padding-bottom: 3vh;
    }

    .arrow {
        font-size: 7vw;
    }

    .columnfour {
        width: 50%;
        height: 300px;
        display: flex;
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically (if needed) */
        text-align: center;
    }

    .card {
        width: 300px;
        height: 300px;
        text-align: center;
        padding-bottom: 20px;
        
    }
    
    .flip-card {
        width: 300px;
        height: auto;
        display: flex;
        perspective: 1000px;
        padding-left:0;
        margin-bottom: 10px;
        align-items: center;
        justify-content: center;
        
    }
      
    .flip-card-inner {
        width: 300px;
        height: 300px;
    }
    
    .flip-card-front {
        width: 300px;
        height: 300px;
    }

    .flip-card-back {
        width: 300px;
        height: 280px;
    }

    .cardbody {
        font-size: 1.05em;
        padding-left: 5px;
        padding-right: 5px;
    }
}

/* laptop */ 
@media screen and (min-width: 1201px) and (max-width: 1400px) {
    #mypic
    {
        width: 63%;
        height: auto;
        padding-top: 50px;
    }

    .floating-btn {
        display: none;
        position: fixed;
        top: 100px;
        right: 100px;
    }

    .floating-btn .main-btn {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #222;
        color: #fff; 
    }

    .floating-btn.active .main-btn {
        transform: rotateZ(45deg);
    }

    .floating-btn .main-btn svg {
        width: 30px;
        display: flex;
    }

    .floating-btn .options {
        position: absolute;
        transform: translate(30px, 30px) scale(0);
        opacity: 0;
        transition: all 300ms ease;
    }

    .floating-btn.active .options {
        transform: translate(5px, 5px) scale(1);
        opacity: 1;
    }

    .floating-btn .option {
        padding: 8px 12px;
        border-radius: 8px;
        position: absolute;
        background-color: #fff;
        font-family: Narnia;
        font-size: 25px;
    }

    .floating-btn .option a {
        text-decoration: none;
        color: #222;
        user-select: none;
    }

    .floating-btn .option:nth-child(1) {
        transform: translate(-10px, 45px);
    }

    .floating-btn .option:nth-child(2) {
        transform: translate(-10px, 75px);
    }

    .floating-btn .option:nth-child(3) {
        transform: translate(-10px, 105px); 
    }

    .navbar {
        float: right;
        width: 50%;
    }

    .name { 
        width: 100px;   
        font-size: 18vh;
        word-wrap: normal;
        padding-left: 30px;
        padding-top: 1.5em;
        padding-bottom: 0;
        box-sizing: border-box;
        float: left;
    }

    #name {
        margin-bottom: 0;
    }

    #end {
        font-family: Grafiti;
        font-size: 40px;
        color: white;
        text-align: center;
        font-style: italic;
    }

    #typing {
        margin-top: 20px;
        margin-bottom: 10px;
        font-family: Yusei;
        font-size: 50px;
        color: #0f0f0f;
        padding-left: 30px;
    }

    #text {
        font-family: Yusei;
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 25px;
        color: #0f0f0f;
        padding-left: 30px;
    }


    #hi {
        font-family: Yusei;
        font-size: 75px;
        margin-top: 20px;
        margin-bottom: -50px;
        color: #0f0f0f;
        width: 9%;
        height: auto;
        padding-left: 30px;
        font-weight: 100;
        animation-delay: 0.75s;
        animation-iteration-count: 1;
        cursor: pointer;
    }

    #about {
        font-family: Yusei;
        font-size: 35px;
        color: #0f0f0f;
        padding-left: 30px;
    }

    #intro {
        font-family: Yusei;
        font-size: 50px;
        color: #0f0f0f;
        padding-left: 30px;
        width: 85%;
        font-weight: 100;
    }

    #nav {
        color: #D9D9D9;
        list-style-type: none;
        font-family: Narnia;
        font-size: 55px;
        text-align: right;
        width: 100%;
    }
    

    li {
        margin: 5px 25px;
    }


    .columnfour {
        float: left;
        width: 25%;
        padding: 0px;
        height: 300px;
        display: flex;
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically (if needed) */
        text-align: center;
    }

    .card {
        width: 300px;
        height: 300px;
    }

    .cardhead {
        font-family: Narnia;
        color: white;
        margin-bottom: 0;
    }

    .cardbody {
        color: white;
        font-family: Yusei;
        font-size: 1.4vw;
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 3;
    }

    .flip-card {
        background-color: transparent;
        width: 300px;
        height: auto;
        display: flex;
        perspective: 1000px;
        padding-left:0px;
        margin-bottom: 10px;
        align-items: center;
        justify-content: center;
    }
    
    .flip-card-inner {
        position: relative;
        width: 300px;
        height: 300px;
        text-align: center;
        transition: transform 0.8s;
        transform-style: preserve-3d;
    }


    .flip-card-front, .flip-card-back {
        width: 300px;
        height: 300px;
    }

    .flip-card-back {
        background-color: #1B263B;
    }
}

/* desktop */ 
@media screen and (min-width: 1401px) {
    footer {
        height: 12vw;
    }
    #profile
    {
        background-color: #0f0f0f;   
        height: 100%;
    }

    #mypic
    {
        width: 63%;
        height: auto;
        padding-top: 50px;
    }

    .floating-btn {
        display: none;
        position: fixed;
        top: 3vw;
        right: 6vw;
    }

    .floating-btn .main-btn {
        width: 6.5vh;
        height: 6.5vh;
        border-radius: 50%;
        background: #222;
        color: #fff;
        display: grid;
        place-items: center;
        cursor: pointer;
        position: relative;
        box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.3);
        transition: all 300ms ease;
    }

    .floating-btn.active .main-btn {
        transform: rotateZ(45deg);
    }

    .floating-btn .main-btn svg {
        width: 5vh;
        display: flex;
    }

    .floating-btn .options {
        position: absolute;
        transform: translate(30px, 30px) scale(0);
        opacity: 0;
        transition: all 300ms ease;
    }

    .floating-btn.active .options {
        transform: translate(5px, 5px) scale(1);
        opacity: 1;
    }

    .floating-btn .option {
        padding: 8px 12px;
        border-radius: 8px;
        position: absolute;
        background-color: #fff;
        font-family: Narnia;
        font-size: 4vh;
    }

    .floating-btn .option:nth-child(1) {
        transform: translate(-4vh, 7vh);
    }

    .floating-btn .option:nth-child(2) {
        transform: translate(-4vh, 11.5vh);
    }

    .floating-btn .option:nth-child(3) {
        transform: translate(-4vh, 16vh); 
    }

    .navbar {
        float: right;
        width: 50%;
    }

    .name { 
        width: 100px;   
        font-size: 18vh;
        word-wrap: normal;
        padding-left: 30px;
        padding-top: 1.55em;
        padding-bottom: 0;
        box-sizing: border-box;
        float: left;
    }

    #name {
        margin-bottom: 0;
    }

    #typing {
        margin-top: 20px;
        margin-bottom: 10px;
        font-family: Yusei;
        font-size: 6vh;
        color: #0f0f0f;
        padding-left: 30px;
    }

    #text {
        font-family: Yusei;
        margin-top: 10px;
        margin-bottom: 3%;
        font-size: 3vh;
        color: #0f0f0f;
        padding-left: 30px;
    }


    #hi {
        font-family: Yusei;
        font-size: 8vh;
        margin-top: 20px;
        margin-bottom: -50px;
        color: #0f0f0f;
        width: 9%;
        height: auto;
        padding-left: 30px;
        font-weight: 100;
        animation-delay: 0.75s;
        animation-iteration-count: 1;
        cursor: pointer;
    }

    #about {
        font-family: Yusei;
        font-size: 4vh;
        color: #0f0f0f;
        padding-left: 30px;
    }

    #intro {
        font-family: Yusei;
        font-size: 6vh;
        color: #0f0f0f;
        padding-left: 30px;
        width: 90%;
        font-weight: 100;
    }

    #nav {
        color: #D9D9D9;
        list-style-type: none;
        font-family: Narnia;
        font-size: 8vh;
        text-align: right;
        width: 100%;
    }

    li {
        margin: 5px 25px;
    }


    .columnfour {
        float: left;
        width: 25%;
        padding-top: 3vh;
        padding-bottom: 3.5vh;
        height: 300px;
        display: flex;
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically (if needed) */
        text-align: center;
    }

    .cardhead {
        font-family: Narnia;
        color: white;
        margin-bottom: 0;
    }

    .cardbody {
        color: white;
        font-family: Yusei;
        font-size: 18px;
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 3;
    }

    .card {
        width: 300px;
        height: 300px;
    }

    .flip-card {
        background-color: transparent;
        width: 300px;
        height: auto;
        display: flex;
        perspective: 1000px;
        padding-left:0px;
        margin-bottom: 10px;
        align-items: center;
        justify-content: center;
    }
    
    .flip-card-inner {
        width: 300px;
        height: 300px;
        text-align: center;
    }

    .flip-card-front, .flip-card-back {
        width: 300px;
        height: 300px;
    }

    .flip-card-back {
        background-color: #1B263B;
    }

    .icons {
        padding-top: 0em;     
        font-size: 8vh;
    }
}

