footer{
	padding: 10px 15px 50px 15px;
  background-color: rgb(255, 151, 252);
}
.footer-top{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.footer-column{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	border-right: 3px dashed black;
}
.footer-column:last-child{
	border: none;
}
.column-header{
	margin-bottom: 15px;
	font-size: 16pt;
	font-weight: 600;
}
.column-line{
	padding: 2px;
	transition: .8s;
	cursor: pointer;
}
.column-line a {
	color: #007bff;
}
.column-line:hover{
	text-decoration: none; 
	transform: scale(1.2);
}
.column-line:hover a{
	color: #09D600;
	text-decoration: none;
}

.privacy{
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
	font-size: 13pt;
}
.copyright{
	float: unset;
	position: unset;
	margin: 0;
	top: unset;
}
.social_btn{
	font-size: 25px;
	text-decoration: none;
	transition: 0.8s;
}
.social_btn:hover{
	color: black;
	transform: scale(1.2);
	text-decoration: none;
}