.box {
  width: 300px;
  height: 300px;
  border: 0px solid LawnGreen;
  padding: 100px;
  margin: 30px;
  top: 50%;
  left: 50%;
  margin-left:500px;
  margin-top: 20px;
    }
  
  .header{
   margin-top: 60px;
   font-family:'CHNOPixel'}
   
@font-face {
font-family: 'CHNOPixel';
src: url(https://humantooth.neocities.org/fonts/CHNOPixelCodePro-Regular.woff) format('woff');
}

  .container {
     float: right;
            position: relative;
            height: 40;
             width: 100;
            border: 0px solid #ddd;
            right: 475px;
            top: 65px
        }
     a.absolute-link {
            float: right;
            position: absolute;
            top: 10px;
            right: 100;
            color: green;
        }