*{
	margin: 0;
	padding: 0;
	font-family: Century Gothic;
}

header{
	background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../img/27.jpg);
	height:150vh;
	background-size: cover;
	background-position: center;

}

ul{
	list-style-type: none;
	float: right;
	margin-top: 25px;

}

ul li{
	display: inline-block;
}

ul li a{
	text-decoration: none;
	color: white;
	padding: 5px 20px;
	border: 1px solid transparent;
	transition: 0.6s ease;
	font-family: Bodoni MT Black;


}

ul li a:hover{
	background-color: white;
	color: black;

}
ul li .active{
	background-color: white;
		color: black;
B
} 

.logo img{
    float:left;
	width: 50px;
	height: 50px;
	border-radius: 500px;
	margin-top: 25px;
		border-spacing: 10px;
}
.logo img:hover{
	background-color: white;
}

.main{
	max-width: 1200px;
	margin: auto;
}

.title{
	position: absolute;
	top: 80%;
	left:50%;
	transform: translate(-50%,-50%);
}

.title h1 a{
	border: 1px solid white;
	padding: 10px 30px
	color: white;
	text-decoration: none;

	
}
.title h1 a:hover{
	background-color: white;
	color: black;
	transition: 1s ease;

}

.pt{
    position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
}

.pt img
{
	border-radius: 50px;
	border: 50px;

}
.button{
	position: absolute;
	top: 90%;
	left:50%;
	transform: translate(-50%,-50%);
}
.btn{
	border: 5px solid white;
	padding: 10px 30px;	
	color: black;
	text-decoration: none;
}

.btn:hover{
	background-color: black;
	color: white;


