.navbar {
	background-color: white;
}

.logo {
	width: 45px;
}

.home {
	color: #282828;
}

.titleText {
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	height: 580px;

}


.titleText > p {
	width: 380px;
}

button {
	width: 113px;
	height: 40px;
	border-radius: 5px;
}

.titleText > h2 {
	color: #242424;
}

.row1 {
	width: 400px;
}

.imgs {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 590px;
}

.btn1 {
	background-color: #282828;
	border: none;
	color: white;
}

.btn2 {
	background-color: white;
	border: 1px solid #282828;
	color: #282828;

}