* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.navbar-brand {
	font-size: 2rem;
	color: black;
}

.navbar-brand:hover {
	color: black;
	font-family: 'Lobster', cursive;
}

.navbar-expand-lg {
	box-shadow: -1px -2px 26px -5px rgba(0,0,0,0.75);
	-webkit-box-shadow: -1px -2px 26px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px -2px 26px -5px rgba(0,0,0,0.75);
	transition: 0.5s;
}

.nav-link {
	margin-right: 10px;
	margin-left: 10px;
	color: black;
	text-transform: uppercase;
	font-family: 'Rubik', sans-serif;
}

.nav-link:hover {
	color: black;
}

.search {
	height: 40px;
	width: 80%;
	border-radius: 60px;
	outline: none;
	margin-right: -35px;
	border: 2px solid rgb(248, 26, 92);
	font-family: 'Rubik', sans-serif;
}

.btn0 {
	height: 40px;
	width: 40%;
	outline: none;
	border: none;
	background: rgb(248, 26, 92);
	color: white;
	border-radius: 60px;
	font-weight: 700;
}

.main {
	background: url(./img/cover-laptop.jpg)no-repeat;
	background-size: cover;
	height: 100vh;
	background-position: 50% 50%;
	width: 100%;
}

.main h1 {
	font-size: 4rem;
	font-weight: 700;
	color: white;
}

.btn1 {
	height: 45px;
	width: 35%;
	border: none;
	outline: none;
	background-color: rgb(248, 26, 92);
	color: white;
	font-weight: 700;
	border-radius: 60px;
}


.btn1:hover {
	background-color: rgb(223, 15, 77);
	transition: 0.5s;
}

h1 {
	font-weight: 500;
}

.about img:hover {
	box-shadow: -1px -2px 26px -5px rgba(0,0,0,0.75);
	-webkit-box-shadow: -1px -2px 26px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px -2px 26px -5px rgba(0,0,0,0.75);
	transition: 0.5s;
	}

.row img:hover {
	box-shadow: -1px -2px 26px -5px rgba(0,0,0,0.75);
	-webkit-box-shadow: -1px -2px 26px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px -2px 26px -5px rgba(0,0,0,0.75);
	transition: 0.5s;
}
}

.card:hover {
	box-shadow: -1px -2px 26px -5px rgba(0,0,0,0.75);
	-webkit-box-shadow: -1px -2px 26px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px -2px 26px -5px rgba(0,0,0,0.75);
	transition: 0.5s;
}

.news {
	background-color: black;
	color: white;
}

.btn2 {
	height: 46px;
	width: 100px;
	background: white;
	margin-left: -11px;
	border: 2px solid white;
	font-weight: 600;
}

.news input {
	height: 45px;
	width: 55%;
	border: 2px solid white;
	outline: none;
	background: black;
	color: white;
	margin-top: 20px;
	font-weight: 600;
}

.news::placeholder {
	color: white;
}

.news p{
	margin: 0;
}

.fab {
	font-size: 2.5rem;
	cursor: pointer;
	padding-right: 5px;
}