.container {
    position: relative;
    width: 80%;
    background-color: #e3d1b6;
    color: #29322d;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 20px;
}

.title {
    text-align: center;
}