html, body{
	background-color: black;
}

.leftside, .rightside{
	height: 100vh;
	width: 100%;
}

.image{
	min-height: 100vh;
}

.bg-image{
	background-image: url('img/background1.jpg');
	background-size: cover;
	background-position: center center;
	opacity: 0.9;
}

.bg-custom{
	background-color: black;
	opacity: 0.9;
}

p{
	color: white;
}

a{
	color: #dc3545;
}

a:hover{
	text-decoration: none;
	color: red;
}

.btn{
	border-radius: 100%;
  display: inline-flex;
  width: 3.25rem;
  height: 3.25rem;
  font-size: 1.25rem;
  justify-content: center;
  align-items: center;
  color: #6c757d;
  margin: 5px;
}

.btn:hover{
	color: #dc3545;
}
