* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}



main {
    /* height: 600px; */
    width: auto;
}