* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
    display: flex;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #1a1f40;
    color: white;
}
.container{
    max-width: 700px;
    display: flex;
    flex-direction: column;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    gap: 10px;
    margin: 10px;
}
.btns{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: solid white;
    border-radius: 15px;
}
h3{
    text-align: justify;
     hyphens: auto;
     border-radius: 15px;
     padding: 10px;
     background-color: white;
     color:#1a1f40;

}
.codigo{
    text-align: center;
    
}
button{
    width: 300px;
    font-size: 24px;
    border-radius: 10px;
}