    * {
        box-sizing: border-box;
        margin: 0%;
    }

    .column {
        float: left;
        font-family: sans-serif;
      }

    .row:after {
        content: "";
        display: table;
        clear: both;
    }

    .tombol {
        padding: 15px 35px;
        color: blue;
        text-decoration: none;
        background-color: white;
      }

      .menu {
        text-decoration: none;
        color: black;
        font-weight: 700;
        margin-right: 10px;
      }