
:root {
    background-color: red;

  }
  h1 {
    font-size: 100px; 
  }

  .container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 16vh;
  }

  .texto{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    


  }
  .bloco{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -30vh;
    height: 16vh;
    




  }
  .bloco2{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 50vh;

    width: auto;

    height: 16vh;

  }

  .cor{
    color: red;
    background-color: aliceblue;
    display: flex;
    justify-content: center;
    align-items: center;

    width: 36vh;
    height: 10vh;
  }












