* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "FiraMono";
    src: url("https://willdotjpg.gay/fonts/FiraMonoNerdFont-Regular.otf");
}

body {
    background-image: url("images/bck/background08.png");
    background-size: cover;
    font-family: "FiraMono";
    color: #774fa5;
}

ul {
    list-style: none;
    line-height: 25px;
}

a {
    color: #f187d7;
}

a:hover {
    color: #a530af;
}

a:visited {
    color: #f187d7;
}

a:visited:hover {
    color: #f187d7;
}

h1 {
    font-size: 18px;
    text-decoration: dashed;
    padding-bottom: 5px;
    color: #774fa5;
}

p {
    margin-bottom: 5px;
}

.scrollable-element {
        scrollbar-color: #ff69b4 #a530af; /* pink thumb, dark purple */
        scrollbar-width: 8px;
    }

.buttons {
    width: 40px;
    height: 20px;
    margin-left: 640px;
}

.main {
    width: 800px;
    height: 800px;
    border: 2px dotted #a530af;
    background-color: hsl(315, 65%, 78%, 0.7);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    
}

.icon {
    width: 200px;
    height: 200px;
    background-image: url("images/pfp/pfp01.png" );
    background-size: 200px;
    position: absolute;
    margin-top: 10px;
    border-radius: 100px;
    border: 0px solid #a530af;
}

.head {
    width: 450px;
    height: 30px;
    float: right;
    margin-top: 20px;
    font-size: 25px;
    color: #774fa5;
}

.box1 {
    width: 560px;
    height: 150px;
    border: 2px solid #a530af;
    float: right;
    box-sizing: border-box;
    margin-top: 10px;
    background-color: #debbec;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px;
    align-content: justify;
    color: #9963d6;
}

.box2 {
    width: 200px;
    height: 550px;
    border: 2px solid #a530af;
    box-sizing: border-box;
    border-radius: 5px;
    position: absolute;
    margin-top: 225px;
    background-color: #debbec;
    padding: 10px;
    align-content: justify;
    font-size: 14px;
    color: #9963d6;
}

.horizontal2 {
    width: 175px;
    border: 2px solid #774fa5;
    box-sizing: border-box;
}


.box5 {
    width: 560px;
    height: 60px;
    border: 2px solid #a530af;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 10px;
    float: right;
    margin-top: 15px;
    background-color: #debbec;
    padding: 10px;
    align-content: center;
}

.box6 {
    width: 560px;
    height: 475px;
    border: 2px solid #a530af;
    border-radius: 5px;
    box-sizing: border-box;
    float: right;
    background-color: #debbec;
    margin-top: 15px;
    color: #9963d6;
    font-size: 14px;
    padding: 10px;
    overflow: scroll;
}

.box7 {
  width: 780px;
  height: 40px;
  box-sizing: border-box;
  float: right;
  background-color: transparent;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  color: #ffffff;
}