.container {
    max-width: 1200px; /* or any other value */
    margin: 0 auto; /* This centers the container */
}
.wrapper {
    width: 80%; /* or any other value */
    margin: 0 auto; /* This centers the wrapper */
}