* {
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: flex-start;
margin: 0;
padding: 0;
}