

.jersey-20-regular {
  font-family: "Jersey 20", sans-serif;
  font-weight: 400;
  font-style: normal;
}

header, nav, main, aside,footer{
    border:#79b7b1 6px solid;
    padding: 10px;
    border-radius:10px;
    background-color: #bde4e1;
    font-family: "jersey 20";
}

body{
    background-size: cover;
    background-attachment: fixed;
    background-image: url(https://i.pinimg.com/736x/8a/70/10/8a70108146461bb67f19675b12c0d1a0.jpg);
    
}
.box {
    background-color: rgba(255, 225, 216, 0);
    max-width:1000px;
        margin: 25px auto;
    display:grid;
    grid-gap:10px;
    grid-template-columns: 200px minmax(0,1fr) 200px;
  
}
header{
    grid-row: 1/2;
    grid-column: 1/4;
    text-align: center;

}

nav{
    grid-row: 2/3;
    grid-column: 1/2;
    height:max-content;
}

main{
    grid-row:2/3;
    grid-column: 2/3;
    height:max-content;
}

aside{
    grid-row: 2/3;
    grid-column: 3/4;
    height:290px;
    overflow: auto;
    scrollbar-color: #ff93b9 #ffffff00;
}

.discovery{
  border:#79b7b1 6px solid;
    padding: 10px;
    border-radius: 10px;
      background: url(https://64.media.tumblr.com/524c2516c4ba82c554fe9991dc022c43/tumblr_inline_pg50459IFZ1rhwzwl_75sq.gifv) right top no-repeat ;
    background-color: #bde4e1;
 display: grid;
    font-family: "jersey 20";
    grid-row:3/4;
    grid-column: 2/4;
    height:max-content;
    max-width: max-content;
  
    
}

footer {
    grid-row: 4/5;
    grid-column: 1/4;
    text-align-last: center;
}

ul{
    padding: 1px;
}

ul li::marker{
    content: none;
}
h1{
    font-size: 40px;
    color: #79b7b1;
}
h2, h4 {
    color: #79b7b1;
}
P{
    color: cadetblue
}
a:link{
    color: #7b54bd
}
a:visited{
    color: #ff93b9
}
a:hover{
    color: #79b7b1
}

/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/games/gam-11/gam1070.ani), url(https://cur.cursors-4u.net/games/gam-11/gam1070.png), auto !important;} /* End https://www.cursors-4u.com */