body {
  background:#f5f5f5 url(https://64.media.tumblr.com/4f3462cf7754229ea31ff5078833402f/00e53650586036f5-ce/s1280x1920/fdfece1057a74e1a7ea699680cad7d68186bdf84.webp) fixed;
  font-family: 'pixelify sans', 'courier new', lato, calibri, Verdana;
  font-size: 12px;
  color:#616060;
  letter-spacing: 1px;
  display: flex;
  flex-direction: column;
  min-height: 100vh; 
  cursor:url("phdcursor2.png"), auto;}

a:link, a:visited, a:active {color:#555;text-decoration:none;} 
a:hover {color:#999;}
b {color:#5BC0AE;font-weight:bold;}
i {color:#FF84B2;font-style:normal;}
                    
::-webkit-scrollbar-thumb {
  background-color: #5BC0AE;  
  border-radius: 5px;
  border:0px solid #6ECA7A;}
::-webkit-scrollbar {
  width: 5px; height: 0px; 
  background: transparent;}      

  #header {
      position:absolute;
      top:75px;
      left:300px;
      width:250px;
      height:40px;
      background:#FEB2CE;
      border-top-right-radius:15px;
      border-top-left-radius:15px;
      border-bottom-right-radius:15px;
      border-bottom-left-radius:15px;
      text-align:center;
      color:#fff;
      padding:4px;
      font:30px 'pixelify sans', monospace;
      border-right:1px solid #ff83b2;
      line-height:40px;}
      
  #menu {
     position:absolute;
     top:180px;
     left:1220px;
     width:160px;}

  #menu a {
    display:inline-block;
    background:#5BC0AE;
    margin-bottom:4px;
    padding:1px;
    padding-top:2px;
    padding-left:9px;
    width:155px;
    line-height:12px;
    font:normal 12px monospace;
    text-transform:uppercase;
    letter-spacing:3px;
    text-align:center;
    border-top-right-radius:15px;
    border-bottom-right-radius:15px;
    color:#fff;
    cursor:url("phdcursorlinkv2.png"), auto;}
      
  #sidebar {
      position:absolute;
      top:130px;
      left:300px;
      width:250px;
      height:600px;
      background:#dfd1ed;
      padding:4px;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
      border-left:1px solid #FF84B2;
      border-top:1px solid #FF84B2;
      border-right:1px solid #FF84B2;}
      
  #sblinks a {cursor:url("phdcursorlinkv2.png"), auto;}
      
      .sideimg {
        width:250px;
        border-top-left-radius:15px;
        border-top-right-radius:15px;}
        
      .sidetitle {
        background:#FFEDFB;
        font:20px 'pixelify sans', arial;
        color:#5BC0AE;border-radius:15px;
        text-align:center;
        border-bottom:4px solid #FEB2CE;
        margin-bottom:4px;}
  
  #content {
      overflow:hidden;
      position:absolute;
      top:130px;
      left:580px;
      width:650px;
      height:600px;
      background:#dfd1ed;
      padding:4px;
      border-top:1px solid #FF84B2;
      border-right:1px solid #FF84B2;
      border-bottom:1px solid #FF84B2;
      border-bottom-right-radius:15px;
      border-bottom-left-radius:15px;
      border-top-left-radius:15px;
      border-top-right-radius:15px;}
      
     .contenttitle {
        background:#FFEDFB;
        font:26px 'pixelify sans', arial;
        color:#5BC0AE;
        border-radius:15px;
        text-align:center;
        border-bottom:4px solid #FEB2CE;
        margin-bottom:4px;}

iframe {
    overflow:hidden;
    margin: 0 auto;
    top:130px;
    left:580px;
    width:650px;
    height:600px;
    background:#dfd1ed;
    border: transparent;
    border-bottom-right-radius:15px;
    border-bottom-left-radius:15px;
    border-top-left-radius:15px;
    border-top-right-radius:15px;}
      
      

      