@font-face {
font-family: 'Grilled Cheese';
src: url(https://file.garden/ZceRIIBo0FZgJaaA/font/GrilledCheese%20BTN%20Regular.woff);
}

@font-face {
font-family: 'Shag Expert Lounge';
src: url(https://file.garden/ZceRIIBo0FZgJaaA/font/ShagExpert-Lounge.otf);
}

body {
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
cursor: default;
}

summary {
font-family: 'Shag Expert Lounge';
font-size: 25px;
}
summary:hover {
cursor: pointer;
}

a:link {
color: yellow;
text-decoration: none;
}
a:visited {
color: yellow;
text-decoration: none;
}
a:hover {
color: orange;
text-decoration: underline wavy;
cursor: pointer;
}

::-webkit-scrollbar {
width: 15px;
height: 15px;
}
::-webkit-scrollbar-thumb {
background-color: #BDBDBD;
border-top: 1px solid white;
border-left: 1px solid white;
border-right: 1px solid black;
border-bottom: 1px solid black;
}
::-webkit-scrollbar-track {
background-color: #fff;
background-image: url(https://file.garden/ZceRIIBo0FZgJaaA/asset/scrollbar2.png);
}
::-webkit-scrollbar-button {
background-color: darkgrey;
background-image: url(https://file.garden/ZceRIIBo0FZgJaaA/asset/scrollbar1.png)
}
::-webkit-scrollbar-button:vertical:start {
background-position: -45px 0;
}
::-webkit-scrollbar-button:vertical:end {
background-position: 0 0;
}
::-webkit-scrollbar-button:horizontal:start {
background-position: -15px 0;
}
::-webkit-scrollbar-button:horizontal:end {
background-position: -30px 0;
}

::selection {
color: orange;
background-color: yellow;
}

p {
font-family: 'Shag Expert Lounge';
font-size: 25px;
}

.home {
border: none;
padding-left: 50px;
padding-right: 50px;
font-family: 'Grilled Cheese';
color: white;
height: 50px;
font-size: 30px;
text-align: center;
white-space: nowrap;
text-overflow: ellipsis;
border-radius: 100%;
position: absolute; 
top: 20px; 
left: 30px;
}
.home:hover {
cursor: pointer;
transform: scale(1.3);
filter: drop-shadow(0px 0px 10px white);
}

header {
text-align: center;
font-family: 'Grilled Cheese';
color: white;
font-size: 75px;
padding: 10px;
}

h1 {
font-family: 'Grilled Cheese';
font-size: 45px;
font-weight: normal;
}

h2 {
font-family: 'Grilled Cheese';
font-size: 30px;
font-weight: normal;
text-decoration: underline;
}

.barButton {
border: none;
padding-left: 50px;
padding-right: 50px;
font-family: 'Shag Expert Lounge';
color: white;
height: 50px;
font-size: 30px;
text-align: center;
white-space: nowrap;
text-overflow: ellipsis;
border-radius: 100%;
}
.barButton:hover {
transform: scale(1.3);
cursor: pointer;
}

.contain {
padding-left: 40px;
padding-right: 40px;
}

.sub {
font-family: 'Shag Expert Lounge';
text-align: center;
font-size: 25px;
color: white;
}

li { 
font-size: 25px;
font-family: 'Shag Expert Lounge';
}
li::marker {
content: "𖦹 ";
font-size: 25px;
text-shadow: none;
}