*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    height: 100vh;
    background-color: #5f5f5f;
    display: flex;
    justify-content: center;
    align-items: center;
}
h1{
    font-size: 128px;
    font-family:cursive;
    font-weight: 900;
}
h2{
    text-align: center;
    font-size: 48px;
    font-family:'Times New Roman', Times, serif;
    font-weight: 100;
}
.Destaque{
    background-color: #000000;
    color:rgb(176, 1, 1);
    padding: 5px 8px;
    transition: 1s;
}
.Destaque:hover{
    background-color: rgba(90, 90, 90, 0.838);
    padding: 5px 40px;
}
.destaque2{
    background-color: #5f5f5f;
    color:rgb(255, 255, 255);
    padding: 5px 8px;
    transition: 14s;
}
img{
    width: 150px;
    height: auto; 
    padding: 20px;
  }
  div{
    display: flex;
    justify-content: space-evenly;

  }
  main{
    display: flex;
    flex-direction: column;
    gap: 30px;
  }