* {
    font-family: "Sour Gummy";
    font-optical-sizing: auto;
    font-weight: 300;
    scrollbar-color: white rgba(0, 0, 0, 0.4);
    cursor: default;
}

:root {
    --blackseethru: rgba(0, 0, 0, 0.750)
}

::selection {
    background-color: khaki;
    color: black;
}

h1,
h2,
h4 {
    font-weight: bold;
}

h3 {
    text-decoration: underline;
    font-size: x-large;
}

a {
    cursor: pointer;
    color: darkmagenta;
}


b {
    font-weight: bold;
}

img {
    user-select: none;
    -webkit-user-select: none;
}

main {
    max-width: 1000px;
    margin: auto;
}

body {
    background-color: var(--blackseethru);
    background-image: url(https://yaskeepants.com/backgrounds/textbookrepeat.png);
    background-position: center;
    position: relative;
    display: block;
    top: 0;
    left: 0;
    background-attachment: fixed;
    background-repeat: repeat;
    overflow-x: hidden;
}

.collapsible {
    border: none;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
}

.collapsible * {
    cursor: pointer;
}

.collapsible *:hover {
    text-decoration: underline;
}

.content {
    display: none;
}

.buttong {
    height: 31px;
    width: 88px;
    margin-bottom: 5px;
}

.downloadables {
    height: 120px;
    margin: 10px;
    cursor: pointer;
}

.stickynote {
    background-image: url(https://yaskeepants.com/stickynote.png);
    display: flex;
    align-items: center;
    text-align: center;
    background-size: cover;
    height: 200px;
    width: 200px;
}

.stickynote p,
.stickynote h3,
.stickynote h4 {
    color: black;
    z-index: 5;
    text-align: center;
    width: 100%;
    padding: 70px 60px 50px 50px;
}