:root {
    --main-color: #56675b;
    --main-select: #00ff4c;
}

.btn-primary {
    background-color: hsl(145, 7%, 55%);
    color: white;
}

.adjust {
    margin-bottom: 120px;
}

