.bottom{
	width: 100vw;
	display: flex;
	flex-direction: row;
	justify-content: center;
	position: fixed;
	bottom: 0;
}
.bottoms{
	position: fixed;
	bottom: 0;
}
a{
	color: blue;
	text-decoration: none;
}