* {
    margin: 0;
    padding: 0;
    /* background-color: rgb(150, 245, 245); */
}
body{
    background-color: bisque;
}
.titulo {
    font-size: 45pt;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}
.container {
    display: flex;
    justify-content: center;
  }
.botoes {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.botoes img{
    width: 350px;
    height: 200px;
}
.botao{
    padding-top: 30px;
    display: grid;
    padding: 15px;
    justify-content: center;
    align-items: center;
    max-width: 500px;
}
.button{
    padding: 20px;
    margin: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 19px;
    background-color: rgb(111, 111, 248);
    color: aliceblue;
}
