* {
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

.header {
  height: 80vh;
  background: url(images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px;
  background-attachment: fixed;
  background-position: center;
}
.about {
  margin-top: -10px;
  background: url(images/bg4.jpg);
  height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
#input-field input {
  font-family: "Cookie", cursive;
  font-size: 110px;
  color: whitesmoke;
  background-color: black;
  outline: 0;
  font-size: x-large;
  text-decoration-style: none;
  height: 50px;
  width: 200px;
  border: none;
  border-bottom: 1px solid white;
}

input::placeholder {
  font-size: 30px;
  color: rgb(165, 167, 164);
}

.heading {
  text-align: center;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );

  -webkit-text-stroke: rgb(221, 221, 215) 2px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 170px;
  font-size: 200px;

  font-family: "Anton", sans-serif;
}

#input-field {
  color: rgba(252, 247, 247, 0.808);
  padding-top: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
input:focus::placeholder {
  opacity: 0;
}

#card {
  position: absolute;
  transition: width 0.5s, box-shadow 1s;
  overflow: hidden;
  width: 0px;
  height: 200px;
  background: rgb(0, 0, 0);
  opacity: 1;
  border-radius: 0% 5px 5px 0%;
  margin-top: 500px;
  margin-left: 500px;
}

.section {
  margin-top: 0px;
  background: url("images/bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 750px;
}

.cnt {
  display: flex;
  /*This part is important for centering*/
  display: flex;
  align-items: center;
  justify-content: center;
 padding-top: 200px;
  color: white;
  text-align: center;
  font-size: 70px;
  font-weight: 100;
  font-family: 'Roboto', sans-serif;
}

#card2 {
  color: rgb(158, 148, 134);
  font-size: 20px;
  font-family: "Courier New", Courier, monospace;
  padding-top: 180px;
  margin-left: 180px;
  font-weight: 400;
  height: 200px;
  width: 500px;
}

.footer {
  height: 270px;
  background: url(images/bf3.jpg);
}

#footer-cnt {
  font-weight: 600;
  padding-top: 20px;
  color: rgb(177, 202, 201);
  text-align: center;
}

#footer-cnt2 {
  font-weight: 600;
  padding-top: 15px;
  color: rgb(177, 202, 201);
  text-align: center;
}

#footer-cnt3 {
  font-weight: 600;
  padding-top: 15px;
  color: rgb(101, 116, 115);
  text-align: center;
}


.footer-cnt2 {
  font-weight: 600;
  padding-top: 60px;
  padding-left: 610px;
  color: rgb(1, 80, 76);
}

.footer-cnt2 ul li {
  display: inline-block;
  color: white;
  text-align: center;
  text-decoration: none;
  padding-right: 10px;
}

.footer-cnt2 {
  margin-left: 38px;
}

.footer-cnt2 ul li img {
  height: 45px;
  width: 45px;
  border-radius: 20px;
}

.footer-cnt2 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
button {
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  background-color: rgb(0, 0, 0);
  border: 2px solid #e7e7e7;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin-top:600px;
  transition: background-color 1s,color 1s;
  
  margin-left: 40px;
}
button:hover {
  background-color: white;
  color: black;
}


#text {

  width: 100%;
  animation: typing 4s steps(41), blink .5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  
}

@keyframes typing {
  from {
    width: 0
  }
}



/* a {
  position: relative;
  background-color: rgb(255, 0, 0);
  color: rgb(255, 0, 0);
  font-family: 'Yanone Kaffeesatz';
  font-weight: bold;
  font-size: 30px;
  text-decoration: none;
  display: block;
  padding: 4px;
  border-radius: 8px;
  box-shadow: 0 9px 0 rgb(144, 0, 0),0px 9px 25px rgba(0, 0, 0, .7);
  margin: 100px auto;
  width: 160px;
  text-align: center;
}
a:active {
  box-shadow: 0 3px 0 rgb(5, 26, 219),0px 3px 6px rgba(0, 0, 0, .7);
  position: relative;
  top: 6px;
} */
