body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.container {
    text-align: center;
}

h1 {
    color: #333;
}
h1 {
    color: #000;
}

p {
    color: #666;
}
.hidden {
    display: none; 
}

.slides {
    width: 100vw !important;
    height: 100vh !important;
    
}
.slide-item {
    height: 100vh !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}