*{
    padding: 0;
    margin: 0;
}
.wrapper{
    background: url(https://source.unsplash.com/user/erondu/1600x900) no-repeat;
    background-size:cover;
     height: 100vh;
}
.navbar{
    height: 80px;
    width: 100%;
    background:rgba(138, 105, 182, 0.8);
}
.logo{
    width: 140px;
    height:80px;
}
.navbar ul{
    float: right;
    margin-right: 20px;
}
.navbar ul li{
    list-style: none;
    margin: 0 8px;
    display:inline-block;
    line-height: 80px;

}
.navbar ul li a{
    text-decoration: none;
    color: azure;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    padding: 6px 13px;
}
.navbar ul li a.active,
.navbar ul li a:hover{
    background: red;
    border-radius: 26px;
}
.wrapper .center{
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%,-50%);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    user-select: none;
}
.center h1{
    /* color: rgb(155, 59, 59);
    font-size: 70px;
    font-weight: bold; */
    color:white;
	/* background-color:rgba(138, 105, 182, 0.8); */
	font-size: 70px;
	-webkit-text-stroke: 1px #282828;
	text-shadow:px 4px 4px #282828;
    width: 86=85px;
    margin-top: 10px;
    text-align: center;
}
.center h2{
    /* color: rgb(121, 22, 22);
    font-size: 35px;
    font-weight: bold; */
    color:white;
	/* background-color:rgba(138, 105, 182, 0.8); */
	font-size: 35px;
	-webkit-text-stroke: 1px #282828;
	text-shadow:px 4px 4px #282828;
    width: 86=85px;
    margin-top: 10px;
    text-align: center;
}
.center .buttons{
    margin: 35px 280px;

}
.buttons button{
    height: 50px;
    width: 150px;
    font-size: 19px;
    font-weight: bold;
    color:red;
    border: 1px springgreen;
    outline: none;
    border-radius: 25px;
    cursor: pointer;
}
.buttons :hover{
    color: aqua;
}
