.construction {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: row;
    margin: 20px;
}

.menu {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #000;
}

blockquote {
    color: #6dc144;
    font-weight: bolder;
    margin: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}