.body {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.91)), to(#303030)), url('../images/mundial-de-velocidade-papel-de-parede-1920x1200_6.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.91), #303030), url('../images/mundial-de-velocidade-papel-de-parede-1920x1200_6.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 3px;
  border-color: #ffd000;
}

.div-block-2 {
  width: 200px;
  height: 100px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Logo-DG-Veiculos.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-2 {
  margin-bottom: 20px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #929292;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(63%, #3f3f3f));
  background-image: linear-gradient(0deg, #000, #3f3f3f 63%);
  color: #fff;
  text-decoration: none;
}

.link-block:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2c2c2c), color-stop(63%, #686868));
  background-image: linear-gradient(0deg, #2c2c2c, #686868 63%);
}

.link-block:active {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(63%, #2b2b2b));
  background-image: linear-gradient(0deg, #000, #2b2b2b 63%);
}

.text-block {
  text-decoration: none;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  color: #fff;
  font-size: 20px;
}

.paragraph {
  color: #fff;
  text-align: center;
}

.html-embed {
  margin-top: 50px;
}

.div-block-5 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-6 {
  background-color: #fff;
}

@media screen and (max-width: 479px) {
  .paragraph {
    margin-right: 10px;
    margin-left: 10px;
  }
}

