/* Move the main container a bit down from the top */ div.container { margin-top: 50px; } .capitalized { text-transform: capitalize; } .card-title .material-icons { float:right; cursor: pointer; } .card-action input { overflow: hidden; } .row { margin-left: auto; margin-right: auto; text-align: center; } body { background: linear-gradient(180deg, #ffffff, #d7d7d7); background-repeat: no-repeat; background-attachment: fixed; }