* {
  cursor: url("cursor.png"), auto !important;
  } 

body {
  color: #b240d2;
  font-family: ms gothic, courier;
  margin: 0;
  margin-top: 5px;
    font-size:16px;
    background-image: url(bg/line8.png);
}

h1 {
  font-family: courier;
  font-size:37px;
  letter-spacing: 2px;

  margin-top:20px;
   margin-bottom:10px;
  font-weight: bold;
}

h2 {
  font-weight: bold;
  font-size:16px;
  
}

.main, .buttons {
  width: 780px;
  padding: 2px 9px;
  background-color: #fff;
  

  
  
}

.main, .buttons, .wrapper{
    margin-left: 130px;
    margin-bottom: 8px;
  
}

.idk{
    width: 972px;
    margin-bottom:0;
    background-color: hotpink;
    height: 15px;
    border-radius: 5px 5px 0 0;
    border:1px solid hotpink;
    border-bottom: collapse;
    text-align: right;
    color: white;
    padding:5px 8px 5px 0;
    font-size: 14px;
  
  
}

a{
    color: #0073e6;
}



.navlinktext{
    color: white;
  text-decoration: none!important;
  font-size: 16px;
  
}



.navlink:hover {
  /*filter: brightness(112%) !important;*/
  -webkit-box-shadow: 2px 3px 0px 0px #FFFFFF !important; 
box-shadow: 2px 3px 0px 0px #FFFFFF !important;
  
}

.box, .box3{
  width: 374px;
  max-height: 195px;
  background-color: #fff;
  
  border: 1px solid hotpink;
  border-radius: 5px;
  padding: 2px 9px;
  text-align: left;

  overflow: auto;
  
  
}

.first{
  margin-top: 10px;
  
}

.container {
  display: block;
  width: 980px;
  overflow: auto;
  min-height: 795px;
  max-height: 795px;
  border-radius: 5px;
  border-radius: 0 0 5px 5px;
  border: 1px solid hotpink;
  background-repeat: repeat-y;
  background-attachment: scroll;

 background-image: url("bg/raimbowstar2.png");

  background-size: auto;
  background-origin: padding-box;
  background-clip: border-box;
}

.main {
 
  
  border: 1px solid hotpink;
  border-radius: 5px;
  text-align: left;
  overflow: auto;
  
  
  

}

.wrapper {
  display: flex;
  justify-content: center;
  
}

.image {
  width: 130px;
  height: 130px;
  border: 1px solid hotpink;
  background: url("badpostcards small.png");
  opacity: 0.85;
  border-radius: 5px;
  background-size: 130px;
  margin-top:10px;
  margin-left:10px;

}

.profilewrapper{
  display: flex;
  
  
}

.item{
  width:310px;
  margin-left:25px;
  
}

.profile {
  margin-left:40px;
  font-size:12px;

}

/*.column {
  margin-left: 250px;

}*/

.box {

  margin-right: 12px;
}



.buttons {

  border: 1px solid hotpink;
  border-radius: 5px;
  margin-bottom: 15px;
}

nav {
  z-index: 99;
  position: absolute;
  margin-top:0;
  width: 145px;
  min-height: 760px;
  max-height: 760px;

}

.navlink, .sideimage{

  box-sizing: border-box;
  width: 130px;
  margin-top: 10px;
}

.navlink {
  display: block;
  height: 35px;
  text-decoration: none!important;
  border-radius: 5px;
  padding:8px 0;
  color:white;

  
}

.sideimage{
  align-content: center;
  
  
}


.character{
  position: fixed; 
  left: 12px; 
  bottom: 1px; 
  width: 130px;
  height:192px;
  background-image: url(Fuchsia3.png);
  background-size: 130px 192px;
  
}

