

body {
    padding-left: 20px;
    padding-right: 20px;
}

nav a {
    font-size: 1.4em;
     text-decoration: none;
 }

 nav {
    padding: 10px, 10px, 10px, 10px;
    text-align: center;
 }

 .navItem {
     padding: 0.5em 0.5em 0.5em 0.5em;
     box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
     border-radius: 0     0     10px     10px;
     background-color: white;
 }

.project_card:hover {
    cursor: pointer;
}

.content {
    z-index: 100;
}

/* 
#lottie-animation {
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
} */
