* {
    cursor: url(https://cur.cursors-4u.net/cursors/cur-11/cur1054.cur), auto !important;
}

body {
    font-family: "Play", Tahoma, sans-serif;
    overflow-x: hidden;
    background-image: url(Materials/Backgrounds/b13-bg-simple.gif);
    background-color: #f2f1f9;
    color: #f2f1f9;
    overflow: hidden;
}

::selection {
    background: #f2f1f9;
    color: blue;
}

p {
    
}

h1 {
    margin: 0;
    font-family: "Iceberg", Verdana, sans-serif;
    font-size: 45px;
}

h2 {
    font-size: 30px;
    margin-bottom: 0;
    font-family: "Iceberg", Verdana, sans-serif;
    display: block;
}

a {
    color: #f2f1f9;
    font-weight: 800;
    cursor: url(https://cur.cursors-4u.net/cursors/cur-11/cur1049.cur), auto !important;
}

a:hover {
    color: red;
}

dl {
    margin-left: 20px;
}

dt {
    font-size: 20px;
    padding-top: 5px;
}

dd {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}


.fav {
    position: relative;
    top: 3px;
}

.title {
    font-size: 30px;
    margin-bottom: 0;
    font-family: "Iceberg", Tahoma, sans-serif;
}

.backgroundcontainer {
    margin: auto;
    width: fit-content;
    height: fit-content;
    margin-top: 113px;
    padding: 10px;
    border: solid 40px;
    border-image: url(Materials/Borders/lace.png) 84 fill round
}

.container {

    display: grid;
    grid-gap: 7px;
    grid-template: 
        "header header header"
        "top top top"
        "one two three"
        "nav nav nav" / 500px 500px 500px;
}

.top {
    grid-area: top;
    padding: 10px;
    border: solid 8px;
    border-image: url(Materials/Borders/BNJa4bp2.png) 8 fill round;
    text-align: center;
}

.box {

    padding: 10px;
    height: 300px;
    overflow-y: auto;
    margin: 0;
    scrollbar-width: thin;
    scrollbar-color: #f2f1f9 black;
    border: solid 8px;
    border-image: url(Materials/Borders/BNJa4bp2.png) 8 fill round;
}

#box1 {grid-area: one;} #box2 {grid-area: two;} #box3 {grid-area: three;}

nav {
    grid-area: nav;
    display: flex;
    justify-content: space-evenly;
    border: solid 8px;
    border-image: url(Materials/Borders/BNJa4bp2.png) 8 fill round;
}

nav a {
    display: block;
    padding: 10px;
    text-decoration-line: none;
    font-family: "Iceberg", Tahoma, sans-serif;
    font-size: 20px;
}

nav a:hover {
    transform: scale(1.2);
    transition: ease .3s
}

header {
    grid-area: header;
    color: black;
    text-align: center;
    color: white;
}

.lace {
    background: url(Materials/Deco/floweroverlay.png);
    background-repeat: no-repeat;
    background-size: 600px;
    height: 1000px;
    width: 2000px;
    position: absolute;
    top: 0px;
    left: 1400px;
    z-index: -100;
    opacity: 30%
}

.ou {
    background: url(Materials/Deco/musicnoteoverlay.png);
    background-repeat: no-repeat;
    background-size: 800px;
    height: 1000px;
    width: 2000px;
    position: absolute;
    top: 700px;
    right: 0px;
    z-index: -100;
    opacity: 30%
}