body {
  text-align: center;
  padding: 40px 0;
  background: #ebf0f5;
}
h1 {
  color: #b04b4b;
  font-weight: 800;
  font-size: 40px;
  margin-bottom: 10px;
}
p {
  color: #404f5e;
  font-size: 20px;
  margin: 0;
}

.mainIcon {
  color: #bc6666;
  font-size: 100px;
  line-height: 200px;
  margin-left: -15px;
}
.card {
  background: white;
  padding: 60px;
  border-radius: 40px;
  box-shadow: 0 2px 3px #c8d0d8;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 5%;
  width: 100%;
  min-width: 250;
}

.footer-basic {
  background: white;
  padding: 60px 0;
  border-radius: 40px;
  width: 100%;
  min-width: 250;
}


.footer-basic .social > a {
  font-size:24px;
  width:40px;
  height:40px;
  padding-top: 6px;
  line-height:40px;
  display:inline-block;
  text-align: center;
  border-radius:50%;
  border:1px solid #ccc;
  margin:0 10px;
  color:inherit;
  opacity:0.9;
}

.footer-basic .social > a:hover {
  opacity:0.9;
}

.footer-basic .copyright {
  margin-top:15px;
  text-align:center;
  font-size:13px;
  color:#85b79e;
  margin-bottom:0;
}

.footer-icon{
  width: 60%;
  max-width: 200;
  padding-bottom: 25px;
}

.google-logo{
  width: 250;
}


.apple-logo{
  width: 200;
}