.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
}

.circle {
    width: 50px;
    height: 50px;
    background-color: #007bff;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 10px;
}

.label {
    text-align: center;
    font-size: 14px;
    max-width: 100px;
}

.arrow {
    font-size: 24px;
    margin: 0 10px;
}

.glass-container {
    width: 80%;
    height: 80%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    justify-content: center;
	padding-top: 20px;
 }

.glass-content {
    text-align: center;

}

.navbar-brand img
{
   margin-right: -8px;
}

.navbar-brand p
{
	display: inline-block;
   border-bottom: 1.5px solid #ffd358;
}

#countdown {
    font-size: 30px;
    margin-top: 20px;
	color: #fff;
}

#countdown .item{
	display: inline-block;
	position: relative;
	text-align: center;
	background-color: #111;
	width: 150px;
	height: 150px;
	padding: 5px 0 20px;
	border: 3px solid #111;
	margin: 2px;
	font-size: 2vmin;
}

#countdown .item p{
	color: #ffd358;
	font-size: 6vmin;
}

.footer
{
	background-color: #000;
	color: #fff;
}