a-scene {
    height: 398px;
    width: 1152px;
    border-radius: 8px;
  }

.slider_container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.aframe_container{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
    border: 2px solid #2A3377;
    border-top: 0px;
}

body { 
    margin: 0;   /* Remove body margins */
}

.navigation_buttons{
    opacity: 30%;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.navigation_buttons:hover{
    opacity: 100%;
}