body {
	color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);
}
.header-section {
	background: rgb(255, 24, 68);
}
.name-upper {
	background: rgb(255, 0, 48);
}
.subscribe-sec .subscribe {
	background: rgb(255, 0, 48); box-shadow: 0px 0px 0px 4px #ff0030, 2px 1px 6px 4px rgba(10,10,0,0.5); text-shadow: -1px -1px #aa3030;
}
.btn-set:hover {
	background-color: rgb(255, 24, 68);
}
.about-sec {
	background-color: rgb(0, 148, 255);
}
.contact-sec .form-control {
	border: 1px solid rgb(255, 0, 48); border-image: none; color: rgb(255, 0, 48);
}
.btn-send {
	border: 1px solid rgb(255, 0, 48); border-image: none; background-color: rgb(0, 0, 0);
}
.btn-send:hover {
	border: 1px solid rgb(255, 0, 48); border-image: none; background-color: rgb(0, 0, 0);
}
#footer {
	background-color: rgb(255, 24, 68);
}
