*{
    padding: 0; 
    margin: 0; 
    box-sizing: 
    border-box;
}
body{
    height: 900px;
}
header {
  background: url('http://www.autodatz.com/wp-content/uploads/2017/05/Old-Car-Wallpapers-Hd-36-with-Old-Car-Wallpapers-Hd.jpg');
  text-align: center;
  width: 100%;
  height: auto;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 85% 85% / 30%;
}
header .overlay{
  width: 100%;
  height: 100%;
  padding: 50px;
  color: #FFF;
  text-shadow: 1px 1px 1px #333;
  background-image: linear-gradient( 135deg, #9f05ff69 10%, #fd5e086b 100%);
  
}
.box-button1 {
    margin-top: 100px;
    margin-left: 40px;
    width: 25%;
    height: 43vh;
  }
  
  .bteesquerdo {
    margin-left: -300px;
    height: 30%;
    display: flex;
  }
  
  .bte {
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    border-radius: 500px;
    transition-property: background-color, border-color, color, box-shadow, filter;
    transition-duration: 0.3s;
    border: 1px solid transparent;
    letter-spacing: 2px;
    min-width: 160px;
    text-transform: uppercase;
    white-space: normal;
    font-weight: 700;
    text-align: center;
    padding: 16px 14px 18px;
    color: #616467;
    box-shadow: inset 0 0 0 2px #616467;
    background-color: transparent;
    height: 48px;
  }
  
  .bte:hover{
      color: #fff;
      background-color: #f56653;
  }
  
  .box-button2 {
    margin-top: -338px;
    width: 25%;
    height: 43vh;
    margin-left: 300px;
  }
  .btdireito {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .btd {
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    border-radius: 500px;
    transition-property: background-color, border-color, color, box-shadow, filter;
    transition-duration: 0.3s;
    border: 1px solid transparent;
    letter-spacing: 2px;
    min-width: 160px;
    text-transform: uppercase;
    white-space: normal;
    font-weight: 700;
    text-align: center;
    padding: 16px 14px 18px;
    color: #616467;
    box-shadow: inset 0 0 0 2px #616467;
    background-color: transparent;
    height: 48px;
  }
  
  .btd:hover{
      color: #fff;
      background-color: #d1e706;
  }

h1 {
  font-family: 'Dancing Script', cursive;
  font-size: 80px;
  margin-bottom: 30px;
}

h3, p {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 30px;
}

button {
  border: none;
  outline: none;
  padding: 10px 20px;
  border-radius: 50px;
  color: #333;
  background: #fff;
  margin-bottom: 50px;
  box-shadow: 0 3px 20px 0 #0000003b;
}
button:hover{
  cursor: pointer;
}

@media (min-width: 600px)
{
    .box-button1 {
        margin-top: 300px;
        margin-left: 40px;
        width: 25%;
        height: 43vh;
      }
      
      .bteesquerdo {
        margin-left: -300px;
        height: 30%;
        display: flex;
      }
      
      .bte {
        cursor: pointer;
        font-size: 14px;
        line-height: 1;
        border-radius: 500px;
        transition-property: background-color, border-color, color, box-shadow, filter;
        transition-duration: 0.3s;
        border: 1px solid transparent;
        letter-spacing: 2px;
        min-width: 160px;
        text-transform: uppercase;
        white-space: normal;
        font-weight: 700;
        text-align: center;
        padding: 16px 14px 18px;
        color: #616467;
        box-shadow: inset 0 0 0 2px #616467;
        background-color: transparent;
        height: 48px;
      }
      
      .bte:hover{
          color: #fff;
          background-color: #f56653;
      }
      
      .box-button2 {
        margin-top: -338px;
        width: 25%;
        height: 43vh;
        margin-left: 660px;
      }
      .btdireito {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      
      .btd {
        cursor: pointer;
        font-size: 14px;
        line-height: 1;
        border-radius: 500px;
        transition-property: background-color, border-color, color, box-shadow, filter;
        transition-duration: 0.3s;
        border: 1px solid transparent;
        letter-spacing: 2px;
        min-width: 160px;
        text-transform: uppercase;
        white-space: normal;
        font-weight: 700;
        text-align: center;
        padding: 16px 14px 18px;
        color: #616467;
        box-shadow: inset 0 0 0 2px #616467;
        background-color: transparent;
        height: 48px;
      }
      
      .btd:hover{
          color: #fff;
          background-color: #d1e706;
      }
}
@media (min-width: 998px)
{
    .box-button1 {
        margin-top: 100px;
        margin-left: 40px;
        width: 25%;
        height: 43vh;
      }
      
      .bteesquerdo {
        margin-left: -300px;
        height: 30%;
        display: flex;
      }
      
      .bte {
        cursor: pointer;
        font-size: 14px;
        line-height: 1;
        border-radius: 500px;
        transition-property: background-color, border-color, color, box-shadow, filter;
        transition-duration: 0.3s;
        border: 1px solid transparent;
        letter-spacing: 2px;
        min-width: 160px;
        text-transform: uppercase;
        white-space: normal;
        font-weight: 700;
        text-align: center;
        padding: 16px 14px 18px;
        color: #616467;
        box-shadow: inset 0 0 0 2px #616467;
        background-color: transparent;
        height: 48px;
      }
      
      .bte:hover{
          color: #fff;
          background-color: #f56653;
      }
      
      .box-button2 {
        margin-top: -348px;
        width: 25%;
        height: 43vh;
        margin-left: 1024px;
      }
      .btdireito {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      
      .btd {
        cursor: pointer;
        font-size: 14px;
        line-height: 1;
        border-radius: 500px;
        transition-property: background-color, border-color, color, box-shadow, filter;
        transition-duration: 0.3s;
        border: 1px solid transparent;
        letter-spacing: 2px;
        min-width: 160px;
        text-transform: uppercase;
        white-space: normal;
        font-weight: 700;
        text-align: center;
        padding: 16px 14px 18px;
        color: #616467;
        box-shadow: inset 0 0 0 2px #616467;
        background-color: transparent;
        height: 48px;
      }
      
      .btd:hover{
          color: #fff;
          background-color: #d1e706;
      }
}
