html {
    cursor: url("cursors/beeep.png"), auto;
}

@font-face {
    font-family:font2;
    src: url("fonts/Dotrix.ttf");
    font-style:normal;
}

::-moz-selection { /* Code for Firefox */
  color: hsl(0, 100%, 6%);
  background: hsla(350, 41%, 49%, 0.3);
}

::selection {
  color: hsl(0, 100%, 6%);
  background: hsla(350, 41%, 49%, 0.3);
}
    
body {
    background-image: url(uncategorised/bg.png);
    background-attachment: fixed;
    background-size: cover;
}

::-webkit-scrollbar {
  width: 10px;
  background: #100202
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px rgb(211, 19, 19); 
  border-radius: 3px;
}

::-webkit-scrollbar-thumb {
  background: rgb(211, 19, 19); 
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(151, 33, 33); 
}

header {
    display: flexbox;
    background-color: hsla(353, 61%, 69%, 0.12);
    text-align-last: center;
    margin: 80px;
    margin-left: 180px;
    margin-right: 180px;
    margin-top: 50px;
    padding: 30px;
    padding-left: 90px;
    padding-right: 90px;
    color: #7f2930;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}

h1 {
    text-shadow: 0px 2px 5px hsla(0, 0%, 0%, 0.5);
    font-size: 3.5em;
    font-family: "font2";
    margin-top: 20px;
    margin-bottom: 20px;
}

a {
    text-decoration: none;
    cursor: url("cursors/beeeep.png"), auto;
}

#navigation > div {
    display: flexbox;
    flex-direction: row;
    height: 50px;
    width: 200px;
    padding: 15px;
    margin: 20px;
    background-color: rgba(0, 0, 0, 0.26);
    justify-content: center;
    border-radius: 20px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.55);
}

.navbox:hover {
    transform: scale(1.1);
}

h3 {
    display: flex;
    font: message-box;
    font-style: initial;
    text-align: center;
}

.guh {
    display: flex;
    font-family: 'font2';
    text-shadow: 0px 2px 5px hsl(0, 0%, 0%);
    justify-content: center;
    text-align: center;
    font-size: large;
    color: #ffffff;
}

#container {
    display: flexbox;
    text-align: left;
    justify-content: center;
    align-content: center;
    float: center;
}

div {
    display: block;
    unicode-bidi: isolate;
}

.leftbox {
    display: flexbox;
    width: 25%;
    font-size: 1em;
    float: left;
    border-style: outset;
    border-width: 3px;
    font-family: font2;
    border-color: hsl(350, 100%, 26%);
    box-sizing: border-box;
    box-shadow: 0px 2px 15px rgb(0, 0, 0);
    background-color: hsla(353, 61%, 69%, 0.12);
    padding-top: 3em;
    padding: 2em;
    margin-left: 5em;
    color: #ffffff;
    position: static;
    text-align: left;
    align-content: center;
}

.rightbox {
    display: flexbox;
    width: 60%;
    height: auto;
    font-size: 1em;
    float: right;
    border-style: outset;
    border-width: 3px;
    border-color: hsl(350, 100%, 26%);
    box-sizing: border-box;
    box-shadow: 0px 0px 15px rgb(0, 0, 0);
    background-color: hsla(353, 61%, 69%, 0.12);
    padding-left: 5em;
    padding: 2em;
    padding-top: 3em;
    padding-bottom: 3em;
    margin-right: 5em;
    font-family: font2;
    color: #ffffff;
}

footer {
    background-color: hsla(353, 57%, 71%, 0.12);
    text-align-last: center;
    margin: 80px;
    margin-left: 300px;
    margin-right: 300px;
    padding-top: 19px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    justify-content: center;
}

.coolsites {
    display: flexbox;
    background-color: rgba(0, 0, 0, 0.26);
    padding: 15px;
    margin-top: -5px;
    border: double;
    box-shadow: 0px 2px 15px rgba(255, 255, 255, 0.2);
    border-color: hsl(350, 100%, 26%);
}

#mydivheader {
    padding: 10px;
    cursor: url("cursors/beeeep.png"), auto;
    z-index: 1;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    top: 100px;
    left: 163px;
}

.closebtnimg {
    display: flexbox;
    float: right;
    justify-content: right;
    vertical-align: middle;
    align-content: center;
    margin-bottom: 2px;
}

#mydiv2 {
    float: right;
    position: absolute;
    z-index: 10;
    background-color: hsl(350, 100%, 26%);
    text-align: center;
    border: solid;
    border-color: hsl(350, 100%, 26%);
    border-width: 3px;
    font-family: font2;
    width: 300px;
    top: 680px;
    left: 125px;
    height: 320px;
    overflow: hidden
}

.movepdiv2 {
    display: flexbox;
    overflow: hidden;
    height: 265px;
    padding-top: 1em;
}
