body{
    background-color: green;
    color: blue;
}

.add-button {
    position: absolute;
    top: 1px;
    left: 1px;
    min-width: 100px;
    min-height: 20px;
  }