header {
	margin-top: 50px;
}

.card {
  background-color: #1960d7;
  margin: 0 auto;
  padding: 0px;
  width: 100%;
  height: 235px;
  border-radius: 35;
	margin-bottom: 25px;
}

.card .text-title {
	color: white;
	text-align: center;
	font-size: 25px;
	margin-top: 46px;
}

.card .text-description {
	color: white;
	text-align: center;
	font-size: 15px;
	margin-top: 0px;
}

.card input {
	background-color: white;
	color: black;
	width: 390px;
	height: 45px;
	border: none;
	border-radius: 3px;
	padding: 10px;
}

.btn-dl {
  background-color: #00be64;
  border: none;
  border-radius: 3px;
  color: white;
  width: 390px;
  height: 45px;
  /*padding: 12px 30px;*/
  cursor: pointer;
  font-size: 20px;
  margin-top: 10px;
}

.btn-dl:hover {
  background-color: #8BBEA6;
}

.card-ads {
  background-color: gray;
  color: white;
  margin: 0 auto;
  margin-top: 65px;
  padding: 0px;
  width: 100%;
  height: 470px;
  border-radius: 0;
}

a {
	color: white;
	text-decoration: none;
}

.card-result {
  background-color: #1960d7;
  margin: 10 auto;
  margin-top: 20px; /*200px*/
  padding: 0px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 100px;
}

#result {
	color: white;
}

.btn-res {
	background-color: #00be64;
	color: white;
	margin-top: 20px;	
	width: 390px;
	height: 45px;
	border: none;
	border-radius: 3px;
}

.btn-res:hover {
	background-color: #8BBEA6;
}

.btn-result-dl {
	background-color: #00be64;
	color: white;
	margin-top: 10px;
	width: 390px;
	height: 45px;
	border: none;
	border-radius: 3px;
}

.btn-result:hover {
	background-color: #8BBEA6;
}

.btn-result-other {
	background-color: black;
	color: white;
	margin-top: 10px;
	width: 390px;
	height: 45px;
	border: none;
	border-radius: 3px;
}

.btn-other:hover {
	background-color: #8BBEA6;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI';
  font-weight: 400;
  background-color: #ededed;
}

.footer {
  padding: 40px 0;
  background-color: #ffffff;
}

.footer .social {
  text-align: center;
  padding-bottom: 10px;
  color: #4b4c4d;
}

.footer .social a {
  font-size: 24px;
  color: inherit;
  border: 1px solid #ccc;
  width: 40px;
  height: 40px;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin: 0 8px;
  opacity: 0.75;
}

.footer .social a:hover {
  opacity: 0.9;
}

.footer ul {
  margin-top: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer ul li {
  display: inline-block;
  padding: 0 15px;
}

.footer ul a:hover {
  opacity: 1;
}

.footer .copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #aaa;
}
