body{
	margin: 0;
	padding: 0;
	background -image: url(Background 7.jpg);
	background-size: cover;
	background-attachment: fixed;
}
a:link {
  color: white;
  background-color: none;
  text-decoration: none;
}
a:visited {
  color: white;
  background-color: none;
  text-decoration: none;
}
.btn{ 
  position: absolute;
  top: 80%;
  font-family:"montserrat",sans-serif;
}	
td[colspan="2"] {
    text-align: center;	
    width: 70px;
}
td, tr{
    margin: 10px 0;
    padding: 25px;
    border: 3px solid #AE0F0F;
    text-align: center;	
    width: 200px;
    height: 190	px;
    background: #fff;
}

.btn{
	background: none;
	border: 3px solid #fff;
	font-family: "montserrat",sans-serif;
	text-transform: uppercase;
	padding: 12px 20px;
	min-width: 100px;
	margin: 10px;
	cursor: pointer;
	transition: color 0.4s linear;
	position: relative;
}
.btn:hover{
	color: #fff;
}
.btn::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #c23616;
	z-index: -1;
	transition: transform 0.5s;
	transition-origin: 0 0;
	transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7);
}
.btn2::before{
	transform: scaleX(0);
}
.btn2:hover::before{
	transform: scaleX(1);
}
.button{
  background-color: none;
  border: none;
  color: black;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}	
.button5 {
  background-color: black;
  color: white;
  border: 2px solid white;
}

.button5:hover {
  background-color: #74BAF9;
  color: black;
}
.btn-group .button {
 	background: none;
	color: #fff;
	border: 2px solid white;
	font-family: "montserrat",sans-serif;
	text-transform: uppercase;
	padding: 12px 20px;
	min-width: 200px;
	margin: 10px;
	cursor: pointer;	
	transition: color 0.4s linear;
	position: relative;
}
.button:hover{
	color: #000;
}
.button1::before{
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #FFFF95;
	z-index: -1;
	transition: transform 0.5s;
	transition-origin: 0 0;
	transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7);
}
.button1::before{
	transform: scaleY(0);
}
.button1:hover::before{
	transform: scaleY(1);
}
.button2::before{
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #FFC4DB;
	z-index: -1;
	transition: transform 0.5s;
	transition-origin: 0 0;
	transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7);
}
.button2::before{
	transform: scaleX(0);
}
.button2:hover::before{
	transform: scaleX(1);
}
.button3::before{
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #CFB8FF;
	z-index: -1;
	transition: transform 0.5s;
	transition-origin: 0 0;
	transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7);
}
.button3::before{
	transform: scaleY(0);
}
.button3:hover::before{
	transform: scaleY(1);
}