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

html{
    height: 100%;
    min-width: 300px;
}

body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #f9e7d1;
}