body{
    margin:0;
    text-align: center;
    display:flex;
    flex-direction: column;
}
.main{
    align-self: stretch;
}