163 B
raw
.main {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
min-height: 100vh;
width: 100%;
text-align: left;
}
.main {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
min-height: 100vh;
width: 100%;
text-align: left;
}