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

}

body {
    background-color: dodgerblue;
}

main {
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}