<style>
.tab-container {
background: none !important;
margin: auto;
align-items: center;
justify-content: center;
color: white;
width: 500px;
}
* {
text-transform: lowercase;
}
main {
width: 500px;
}
body {
background: #416c57;
}
.container {
display: grid;
grid-template-rows: 100px 100px 100px 100px 100px;
grid-template-columns: 100px 100px 100px 100px;
align-items: center;
justify-content: center;
}
.item-1 {
width: 400px;
height: 450px;
grid-row: 3 / 3;
grid-column: 1 / 4;
color: black;
background: #87b386;
border: 3px solid #bfd6a3;
border-radius: 20px;
margin-left: 0.5em;
}
.item-2 {
width: 380px;
Cancel
Delete