body {
    background-color: #fff; 
    color: #fff;
    font-family: Verdana;
    display: flex;
    justify-content: center; 
    align-items: center;
  }

  ::-webkit-scrollbar {
    display: none;
  }

  #zero {
    display: grid;
    width: 781px;
    height: 541px;
    padding: 30px;
    background-color: #f7f7f7; 
    background-image: 
      linear-gradient(to right, #ebebeb 1px, transparent 1px),
      linear-gradient(to bottom, #ebebeb 1px, transparent 1px);
    background-size: 30px 30px; 
  }

    #one {
    margin-top: 116px;
    margin-left: 146px;
    padding: 20px;
    width: 270px;
    max-height: 210px;
    text-align: center;
    background-image: url("https://i.postimg.cc/908kXHGq/gradient.jpg");
    background-size: 110%;
    overflow: scroll;
    -webkit-text-stroke: 3px #ff7300;
    paint-order: stroke fill;
    outline: solid 85px #fff;
    filter: drop-shadow(2px 2px #e0e0e0);
    paint-order: stroke fill;
    }

    .hidden {
        display: none;
      }
    
    #two {
    position: absolute;
    display: grid;
    justify-content: center; 
    gap: 30px;
    margin-top: 34px;
    margin-left: 601px;
    width: 120px;
    height: 420px;
    }
    
    .container-c {
    display: grid;
    place-items: center;
    width: 114px;
    height: 114px;
    outline: solid 3px #fff;
    filter: drop-shadow(2px 2px #e0e0e0);
    background-size: contain;
    -webkit-text-stroke: 3px #ff7300;
    paint-order: stroke fill;
    cursor: pointer;
    }

    #about {
    background-image: url("https://i.postimg.cc/jqhzmhXQ/fisj.jpg");
    }
    #commissioms {
        background-image: url("https://i.postimg.cc/Kvvn2gqD/cloud.jpg");
    }
    #socials {
        background-image: url("https://i.postimg.cc/Prrmj83M/circuit.jpg");
        transition: 0.4s;
    }

    .button {
    transition: 0.4s;
    }

    .button:hover {
    font-size: 16.5px;
    color:#ff7300;
    -webkit-text-stroke: 3px #fff;
    }
    
    #links-s a {
    color: #fff;
    transition: 0.4s;
    }

    #links-s a:hover {
    font-size: 16.5px;
    color:#ff7300;
    -webkit-text-stroke: 3px #fff;
    }

    #links-s a:visited {
    color:#fcd4b3;
    }

    #three {
    position: absolute;
    background-image: url("https://i.postimg.cc/rptHNH5h/life.jpg");
    background-size: 100%;
    outline: solid 3px #fff;
    height: 24px;
    width: 654px;
    filter: drop-shadow(2px 2px #e0e0e0);
    -webkit-text-stroke: 3px #ff7300;
    paint-order: stroke fill;
    margin-top: 484px;
    margin-left: 64px;
    }