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

body {
    padding: 3;
    background-color: beige;
    text-align: center;

}