.piece { --piece-background-color: #e5c5ac; width: 300px; height: 100px; position: relative; border: solid #707070 1px; border-radius: 6px; &-title { font-family: 'Glacial Indifference Bold'; margin-bottom: 10px; } &-form { margin: 10px 5px 10px 5px; input { width: 25px; border: none; border-radius: 10px; } &-select { margin-top: 15px; margin-left: 10px; width: 100%; select { border-radius: 10px; border: none; background-color: white; height: 25px; margin-left: 10px; width: 200px; } } } }