.blinkies{
	width: 150px;
	height: 20px;
}

.blinkie_holder{
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

.lifetime_holder{
    display: flex;
	justify-content: center;
}

.lifetime{
    width: 150px;
	height: 20px;
    max-width: 150px;
    overflow: hidden;
    overflow-x: hidden;
}

.construct{
	width: 450px;
	height: 60px;;
}
