    /* body */
  
      body {
      background-image: url(/media/backgrounds/pinkdots.png) !important;
      background-size: 250px;
      cursor: url(/media/cursor/hand.gif), progress;
      overflow-x: hidden;
      background-attachment: fixed;
      font-family: 'angel';
      min-width: 1200px;
      max-width: 1200px;
      overflow-y: scroll;
      overflow-x: hidden;
      letter-spacing: 0.3px;
    }
  
    /* fonts */    

    @font-face {
      font-family: 'zen maru gothic';
      src: url(fonts/ZenMaruGothic-Black.ttf);
      font-display: swap;
    }

    @font-face {
      src: url(/fonts/pc-9800.ttf);
      font-family: 'pc-9800';
      font-display: swap;
    }
    
    @font-face {
      src: url(/fonts/snacker.otf);
      font-family: 'pc-9800';
      font-display: swap;
    }

    @font-face {
      src: url(/fonts/angel.ttf);
      font-family: 'angel';
      font-display: swap;
    }

    /* scrollbar */
    
    ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: transparent;
    }
    ::-webkit-scrollbar-thumb {
    background-color: #fff7fa;
    -webkit-border-radius: 0ex;
    border: 1px dotted #edaecb;
    }
    
    /* selection */
    
    ::selection {
    background-color: #fef4fa;
    color: #8d7c76;
    }

    ::-moz-selection {
    background-color: #fef4fa;
    color: #8d7c76;
    }

    /* tooltip */

  #s-m-t-tooltip {
   max-width:300px; /*how big the tooltip can be at most*/
   border-radius: 0px; /*change your border radius*/
   padding:3px 4px 5px 4px; /*padding inside tooltip*/
   margin:10px 7px -2px 10px; /*distance from word*/
   background-color:#FEF8FC; /*background color*/ 
   border:1px dotted #AAAAAA; /*border info*/
   font-family:tahoma; /*tooltip font*/
   font-size:7px; /*tooltip font size*/
   letter-spacing:2px; /*tooltip letter spacing*/
   color:#545454; /*tooltip font color*/
   position: relative;
   z-index: 100000 !important;
   pointer-events: none;
   text-align: center;
    }

    /* context menu */
    
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    
    *:hover {
     cursor: url(/media/cursor/hand.gif), progress !important;
    }

    ul {
      list-style: none;
    }

    #context_menu {
      background: #FEF8FC;
      border: 1px dotted #AAAAAA;
      letter-spacing: 1px;
      width: 70px;
      font-family: Verdana;
      font-size: 8px;
      position: absolute;
      display: none;
      z-index: 100000;
    }

    #context_menu ul li {
      padding: 4px;
      cursor: url('/media/cursor/hand.gif'), pointer;
      z-index: 100000;
    }

    #context_menu ul li:hover {
      background: #FEF8FC;
      color: #848484;
      z-index: 100000;
    }
    
    .spoiler-text {
    text-decoration: dotted underline;
    cursor: url(/media/cursor/hand.gif), pointer;
    transition: color 0.2s ease;
    }

    .spoiler-text.revealed {
    text-decoration: none;
    }
    
    .spoiler-text em {
    font-style: italic;
    }
    
    a{
      text-decoration: none;
      color: #545454;
      transition: .1s
    }

    a:link {
      color: #545454;
      background-color: transparent;
      text-decoration: none;
    }

    a:visited {
      color: #545454;
      background-color: transparent;
      text-decoration: none;
    }

    a:hover {
      color: #edaecb;
      background-color: transparent;
      text-decoration: dotted underline;
      font-style: italic;
    }

    a:active {
      color: #545454;
      background-color: transparent;
      text-decoration: underline;
    }

  html {
  display: flex;
  justify-content: center;
  cursor: url(/media/cursor/hand.gif), progress;
  }
  
  .main {
  background: white;
  width: 850px;
  border: 30px solid;
  border-image: url('/media/borders/renda-bg.png') 18 repeat;
  border-image-outset: 5px;
  border-radius: 30px;
  border-top: 0px;
  border-bottom: 0px;
  height: auto;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
  }
  
  .wrapper {
  background: #fef8fa;
  width: 100%;
  height: auto;
  margin: 2px;
  border: 1px solid lightgrey;
  margin-top: 10px;
  }
  
  #url {
  width: 100%;
  height: 20px;
  background: #f0f0f0;
  background: linear-gradient(0deg, #f0f0f0, #fff);
  box-shadow: inset 0px 0px 5px white;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  font-size: 11px;
  font-family: 'ms pgothic';
  color: #545454;
  }
    
  #url p {
  margin-left: 5px;
  margin-top: 2px;
  margin-right: auto;
  }

  .grid {
  display: grid;
  grid-template-columns: 40% 60%;
  }

  .personal, .blog {
  height: 1300px;
  }
  
  .header {
  padding: 10px 10px 10px 20px;
  height: 170px;
  border-bottom: 1px solid lightgrey;
  background-image: url("/media/backgrounds/jongwoo.png");
  background-size: cover;
  background-position: center;
  }
  
  #pfp {
  margin-bottom: 7px;
  display: block;
  border-radius: 100px;
  border: 2px solid white;
  outline: 1px solid #ECD3DB;
  }

  #user {
  width: 200px;
  display: inline-block;
  color: white;
  }

  #user strong {
  color: white;
  padding-left: 4px;
  text-shadow: 1px 0px #a37367, 0px 1px #a37367, -1px 0px #a37367, 0px -1px #a37367;
  }
  
  .buttons {
  float: right;
  }
  
  button {
  border: 1px solid lightgrey;
  border-radius: 10px;
  background: #f0f0f0;
  background: linear-gradient(0deg, #f0f0f0, #fff);
  width: 70px;
  color: #596155;
  font-family: ms pgothic;
	box-shadow: inset 0 0 0 1px #fff9;
  padding: 4px;
  }

  button:hover {
  background:lightgrey;
  }
  
  td {
  vertical-align: top;
  padding: 4px;
  color: #545454;
  }

  td strong {
  background-color: #ffebf8;
  border-radius: 20px;
  color: #545454;
  box-shadow: 0 0 5px #ffebf8;
  margin-left: 3px;
  font-weight: normal;
  }
  
  .interests {
  border: 1px solid lightgrey;
  font-size: 10px;
  background-color: white;
  width: 280px;
  margin: 10px;
  box-shadow: inset 0 0 0 1px #fff9;
  }
  
  .infobar {
  border-bottom: 1px solid lightgrey;
  text-align: right;
  padding: 5px;
  background: #f0f0f0;
  background: linear-gradient(0deg, #f0f0f0, #fff);
  box-shadow: inset 0 0 0 1px #fff9;
  color: #7B8A75;
  font-size: 12px;
  }
  
  .emoji {
  width: 12px;
  height: auto;
  }