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

body {
    background-color: #d5c9b3;
}

.container {
    text-align: center;
}