* {
  margin: 0;
  padding: 0;
  font-family:serif ;
  overflow-x: hidden;
}
body {
  width: 100vw;
  min-height: 100vh;
  font-size: 16px;
}

.heading {
  width: 100%;
  padding: 20px 10px;
  background: #333;
  color: #e8e8e8;
  font-size: 2.5em;
    text-transform: uppercase;
    font-weight: bolder;
    display: flex;
    align-items: center;
}
.description{
    margin-top: 30px;
    font-size: 1.5em;
    color: #333;
    line-height: 35px;
    padding:0px 50px;
}
p{
    margin-top: 30px;
}
.head{
    margin-left: 30px;
}
.container{
    padding-bottom: 100px;
}
.heading > a{
    font-weight: bolder;
    text-decoration: none;
    color: #fff;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: rgb(66, 66, 66);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
}
iframe{
  width: 90%;
  margin:10px auto;
  display: block;
}