* {
  /* margin-top: 10%; */
  box-sizing: border-box;
  font-family: "Open Sans", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h2 {
  color: rgb(236, 236, 115);
}

body {
  padding-top: 5%;
  background-image: url(https://images.unsplash.com/photo-1585593778571-20f7d63b7519?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1050&q=80);
  background-repeat: no-repeat;
  background-size: cover;
}

.container {
  color: ivory;
  background-image: url(/images/akan.png);
  background-color: rgba(0, 0, 0, 0.452);
  top: 50%;
  width: 70%;
  height: 400px;
  left: 0%;
  border-radius: 5px;
  box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.1);
}

.tada {
  font-size: 48px;
  text-align: center;
}

.frame {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  margin-top: -200px;
  margin-left: -200px;
  border-radius: 12px;
  box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-image: url(https://cdn.britannica.com/30/135330-050-6650554D/Memorial-head-Akan-culture-Ghana-New-York.jpg);
  background-position: center;
  background-size: cover;
  background-color: #333;
  color: #0d5b5b;
  font-family: "Open Sans", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.labels {
  font-size: 26px;
  font-weight: 400;
  color: aliceblue;
  font-size: 26px;
  text-align: center;
}

.input {
  width: 75%;
  margin: auto;
  padding: 10px;
  border-radius: 4px;
}
.intro {
  width: 75%;
  margin: auto;
  text-align: center;
  font-stretch: expanded;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: lighter;
  font-size: 18px;
}

button {
  border-radius: .5em;
  border-style: inset;
  border-collapse: collapse;
  box-shadow: inset;
  /* box-shadow: #0d5b5b 3em 3em 0 0 10px; */
}


.btn-grad {background-image: linear-gradient(to right, #e9d362 0%, #333333  51%, #e9d362  100%)}
.btn-grad {
   /* margin: 10px; */
   /* padding: 15px 45px; */
   text-align: center;
   text-transform: uppercase;
   transition: 0.5s;
   background-size: 200% auto;
   color: white;            
   /* box-shadow: 0 0 10px #eee; */
   /* border-radius: 10px; */
   /* display: block; */
 }

 .btn-grad:hover {
   background-position: right center;
   color: #fff;
   text-decoration: none;
 }

