body{
    margin: 0;
    padding: 0;
    font-family: monospace;
    overflow-x: hidden;
}

.nav-list{
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
}

.nav-list li{
    font-size: large;
    text-decoration: none;
    color: white;
    transition: color 0.3s;
    margin: auto;
}

.nav-list li a:hover{
    color: aquamarine;
}

img{
    margin: auto;
    align-items: center;
    justify-content: stretch;
    margin-left: 60px;
}


.images{
    align-content: center;
    justify-content: center;
}

#nav_bar{
    width: 100vh;
}

.para{
    width: 100vh;
    text-align: center;
    font-size: 34px;
}
/* .carousel-container {
    text-align: center;
    position: relative;
    max-width: 600px;
    margin: 0 auto;
  }
  
.carousel {
    display: flex;
    overflow: hidden;
  }
  
.carousel img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s;
  }
  
.prev-btn,
.next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #333;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
  }
  
.prev-btn {
    left: 0;
  }
  
.next-btn {
    right: 0;
  }
   */
