    * {
        box-sizing: border-box;
        margin: 0%;
    }

    .column {
        float: left;
        font-family: sans-serif;
      }

    .row:after {
        content: "";
        display: table;
        clear: both;
    }

    .menu {
        text-decoration: none;
        color: white;
        margin-right: 50px;
      }

    .button1 {
        padding: 15px 50px;
        font-weight: 700;
        color: white;
        text-decoration: none;
        background: linear-gradient(to right, blue 0%, purple 100%);
        border-radius: 15px;
      }

      .resume {
        padding: 15px 50px;
        font-weight: 700;
        text-decoration: none;
        color: white;
        margin-left: 30px;
        border: 1px solid purple;
        border-radius: 15px;
      }

      img {
        border-radius: 20px;
      }

      .send {
        padding: 15px 50px;
        font-weight: 700;
        color: white;
        text-decoration: none;
        background: #11212D;
        border-radius: 15px;
      }