@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    background-color:#212121;
    font-family: 'Poppins', sans-serif;
}
header{
    font-size: 2rem;
    color: white;
    text-align: center;
}
img, p{
padding: 1%;
background-color: white;
width: 100%;
margin-left:0%;
}
.box-total {
    height: 50px;
    margin-bottom:20px;
  }
  
  .box-button1 {
    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: -361px;
    width: 25%;
    height: 43vh;
    margin-left: 65%;
  }
  .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;
  }
footer{
    width: 100%;
    height: 200px;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: white;
}
@media (min-width: 600px)
{
    header{
        font-size: 2rem;
        color: white;
        text-decoration: underline;
        text-align: center;
        align-items: center;
        justify-content: center;
        width: 66%;
        margin-left: 33%;
    }
    img, p{
    margin-left: 0%;
    padding: 1%;
    background-color: white;
    }
    /*caixa dos botões*/
 .box-total {
    height: 50px;
    margin-top:20px;}
  
  /*caixa botão esquerdo*/
  .box-button1 {
    margin-top: 4%;
    margin-left: 20px;
    width: 15%;
    height: 25%;}
  
  /*caixa botão direito*/
  .box-button2 {
    margin-top: 5px;
    margin-left: 82%;
    width: 15%;
    height: 25%;}
  
  }
    footer{
        width: 100%;
        height: 200px;
        text-align: center;
        align-items: center;
        justify-content: center;
        color: white;
    }
@media (min-width: 998px)
{
    header{
        font-size: 2rem;
        color: white;
        text-decoration: underline;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    img, p{
    padding: 1%;
    background-color: white;
    }
    footer{
        width: 100%;
        height: 200px;
        text-align: center;
        align-items: center;
        justify-content: center;
        color: white;
    }
}