.navbar-nav .nav-link {
	color: white;
}

.navbar-brand {
	color: white !important;
}

.carousel img {
	width: 400px; 
	height: 375px;
	object-fit: cover;
  }

body{
	font-family: "Outfit", sans-serif;
	text-align: center;
	color: white;
	background-image: ;
	background-color: #121212;

}

    .form-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-top: 20px;
    }

    .selection-container, .total-container {
        background: rgba(0, 0, 0, 0.55);
        padding: 20px;
        border-radius: 10px;
        text-align: center;
        width: 50%;
    }

    select, input {
        width: 70%;
        padding: 10px;
        border-radius: 5px;
        text-align: center;
        font-size: 18px;
    }

    input {
        font-size: 40px;
        font-weight: bold;
        color: white;
        background: transparent;
        border: none;
        text-align: center;
    }
