      * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }

      body {
        margin: 0;
        font-family: 'Rubik', Arial, sans-serif;
        font-weight: normal;
        color: #0d0d0d;
      }

      /*--------------------------------------------*/

      .div3 {
        height: 100vh;
        width: 100vw;
        display: grid;
        background-color: #FFFFFF;
      }

      .div3 .a0 {
        /*logi*/
        grid-area: 1 / 1 / 1 / span 1;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 10%;
      }

      /*----- xxxxx -----*/

      .div3 .a1 {
        /*nav2*/
        grid-area: 1 / 2 / 1 / span 3;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        width: 50%;
      }

      .nav2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100vw;
        background: #b5a69a;
      }

      /*----- xxxxx -----*/

      .header {
        background-color: #b5a69a;
        position: fixed;
        width: 100%;
        z-index: 3;
      }

      .header ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        background-color: #aaa;
      }

      .header ul a {
        display: block;
        padding: 20px;
        text-decoration: none;
        border-right: 1px solid #aaa;
        color: #0d0d0d;
        font-weight: normal;
        text-align: center;
      }

      .header img.logo {
        margin-top: 10px;
        margin-left: 10%;
      }

      .header ul a:hover {
        background-color: #b5a69a;
      }

      .header .menu {
        clear: both;
        max-height: 0;
        transition: max-height 0.2s ease-out;
      }

      .header .menu-icon {
        padding: 28px 20px;
        position: relative;
        float: right;
        cursor: pointer;
        margin-right: 10%;
      }

      .header .menu-icon .nav-icon {
        background: #333;
        display: block;
        height: 3px;
        width: 30px;
        position: relative;
        transition: background 0.2s ease-out;
      }

      .header .menu-icon .nav-icon:before {
        background: #333;
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 10px;
        transition: all 0.2s ease-out;
      }

      .header .menu-icon .nav-icon:after {
        background: #333;
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        top: -10px;
        transition: all 0.2s ease-out;
      }

      .header .menu-btn {
        display: none;
      }

      .header .menu-btn:checked~.menu {
        max-height: 240px;
      }

      .header .menu-btn:checked~.menu-icon .nav-icon {
        background: transparent;
      }

      .header .menu-btn:checked~.menu-icon .nav-icon:before {
        transform: rotate(-45deg);
        top: 0;
      }

      .header .menu-btn:checked~.menu-icon .nav-icon:after {
        transform: rotate(45deg);
        top: 0;
      }

      /*----- xxxxx -----*/

      .div3 .a2 {
        /*About Me */
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: #0d0d0d;
      }

      .div3 .a3 {
        /*intro*/
        display: flex;
        justify-content: flex-start;
        align-items: center;
      }

      .div3 .a4 {
        /*projects*/
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: #0d0d0d;
      }

      .div3 .a5 {
        /*app design */
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .div3 .a6 {
        /*graphic design*/
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .div3 .a7 {
        /*plate*/
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .div3 .a8 {
        /*the nutritive... */
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Rubik', Arial, sans-serif;
      }

      .div3 .a9 {
        /*button view*/
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .div3 .a10 {
        /*picture jaffa */
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .div3 .a11 {
        /*jaffa clock...*/
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Rubik', Arial, sans-serif;
      }

      .div3 .a12 {
        /*button view*/
        display: flex;
        justify-content: center;
        align-items: center;
      }

      /*--XXX--*/

      .a0 img.logi {
        margin-top: 10px;
      }
      .a1 ul {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        width: 100%;
      }
      .a1 a {
        text-decoration: none;
        color: #0d0d0d;
      }
      ul li {
        font-weight: lighter;
        list-style: none;
      }
      .a2 h4 {
        /*about*/
        color: #3c3c3c;
        margin-top: 10%;
        margin-bottom: 10px;
      }

      .a3 p.intro {
        /*intro*/
        color: #3c3c3c;
        margin-top: 10px;
        margin-bottom: 10px;
      }

      .a4 h4 {
        /*projects*/
        color: #3c3c3c;
        margin-top: 10px;
        margin-bottom: 10px;
      }

      .a5 h5.app {
        /*app design*/
        font-family: 'Rubik', Arial, sans-serif;
        color: #8b8b8b;
        margin-top: 10px;
        margin-bottom: 10px;
      }

      .a6 h5.graph {
        /*graphic design*/
        font-family: 'Rubik', Arial, sans-serif;
        color: #8b8b8b;
        margin-top: 10px;
        margin-bottom: 10px;
      }

      .a7 .plate {
        /*plate*/
        border-radius: 50%;
        margin-top: 10px;
        margin-bottom: 10px;
      }

      .a8 h3.title {
        /*the nutritive...*/
        font-family: 'Rubik', Arial, sans-serif;
        font-weight: normal;
        color: #0d0d0d;
        margin-top: 10px;
        margin-bottom: 10px;
      }

      .a11 h3.title {
        /*jaffa clock...*/
        font-family: 'Rubik', Arial, sans-serif;
        font-weight: normal;
        color: #0d0d0d;
        margin-top: 10px;
        margin-bottom: 10px;
      }

      .a10 .clock {
        border-radius: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
      }

      a:link {
        color: #0d0d0d;
        font-weight: bolder;
      }
      a:hover {
        color: white;
      }
      .a9,
      .a12,
      .view:hover {
        color: #FFFFFF;
        font-weight: bold;
      }

      .a9,
      .a12,
      .btn {
        font-weight: bolder;
        text-decoration: none;
        text-align: center;
        color: #0d0d0d;
        letter-spacing: 4%;
        justify-self: center;
        margin-bottom: 10px;
      }

      .view {
        background-color: #ff9900;
        border-radius: 50px;
        border: none;
        margin-top: 10px;
      }

      .view:hover {
        color: #FFFFFF;
        font-weight: bold;
      }

      .btn {
        font-weight: bolder;
        text-decoration: none;
        text-align: center;
        color: #0d0d0d;
      }