.buttonvid {
  margin: 20px;
  color: #ffffff;
  font-size: 16px;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 1.55;
  font-weight: normal;
  text-transform: uppercase;
  border-width: 0px;
  border-radius: 0px;
  background-color: #ff8201;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  display: inline-block;
  cursor: pointer;
  padding: 16px 31px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffffff;
  border: none;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
.buttonvid:hover {
  background-color: #35bf03;
}
.buttonvid:active {
  position: relative;
  top: 1px;
}
.paragraph {
  color: #000000;
  font-size: 20px;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 1.55;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}
.heading {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  box-sizing: content-box;
  font-weight: bold;
  ext-align: center;
  font-size: 30px;
  line-height: 1.23;
  color: #000;
  -webkit-font-smoothing: antialiased;
  text-align: center
}