* {
    box-sizing: border-box;
    font-family: 'Comfortaa', sans-serif;
    margin:0;
    font-weight: 100;
}

*::selection {
    color: #66cdaa;
    background: #182e27;
}

label{
    font-weight: 100;
}

html,
body {
    margin: 0;
    padding: 0;
    background-color: #66cdaa;
}

.fancy{
    background-color: #182e27;
    color: #66cdaa;
    font-weight: 100;
}

.cover{
    z-index: 100;
    position: absolute;
    filter: blur(1px);
    backdrop-filter: blur(1px);
    background-color: rgba(102, 205, 170,0.5);
    /* background: 
	linear-gradient(90deg, rgba(255,99,71,1), rgba(0,0,0,0.2)),
	url(noise.svg); */
    /* background-color: salmon; */
    height: 100vh;
    width: 100vw;
}

.cover-page{
    /* background-color: tomato; */
    font-weight:900 ;
    display:flex;
    flex-direction: column;
    color: #182e27;
    z-index: 200;
    position: fixed;
    font-size: 10rem;
    bottom:0;
    left:0;
}



.cover-logo{
    color: tomato;
    background-color: #182e27;
    font-size: inherit;
    font-weight: 100;
}

.cover-letter{
    /* text-decoration-line: underline overline; */
    z-index: 200;
    position: relative;
    font-size: 10rem;
} 

.author{
    z-index: 200;
    align-self: flex-start;
    font-size: 1.05rem;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    background-color: #182e27;
    color: tomato;
}

.close{
    align-self: flex-end;
    /* background-color: #182e27; */
    /* filter: blur(2px); */
    color: #182e27;
    font-weight: 900;
    z-index: 300;
    font-size: 2rem;
    right:1rem;
    top: 1rem;
    cursor: pointer;
}

.cover-content{
    display:flex;
}








.wrapper{
    height: 100vh;
    width: 100vw;
    position: relative;
}




.can-scroll{
    display: flex;
    position: relative;
    width: 1500px;
    height: 100%;
}

.can-scroll > :not(:first-child) {
    /* Your styles here */
    /* For example: */
    border-left: 2px dashed #182e27; 
}

.can {
    overflow:auto;
    position: absolute;
    padding: 10px;
    top: 5%;
    left: 5%;
    background-color: #182e27;
    border-radius: 8px;
    justify-content: flex-start;
    width: 90%;
    height: 90%;
    align-items: stretch;
    scrollbar-width: none;
}

.can::-webkit-scrollbar {
    width: 6px;               /* width of the entire scrollbar */
    height: 5px;
    display: none;
}
  
.can::-webkit-scrollbar-track{
    background: #182e27;        /* color of the tracking area */
    padding-right: 3px;
    border-radius: 4px;
}
  
.can::-webkit-scrollbar-thumb {
    height: 100%;
    background-color: #66cdaa;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 1px solid #182e27;
}

.paperball{
    position: relative;
    z-index:1;
    flex-basis:250px;
    background-color: white;
    /* height: 300px; */
    /* width: 250px; */
    flex-basis: 250px;
    isolation: isolate;
    border-radius: 4px;
    padding: 10px;
    background-color: white;
    color: #182e27;
    overflow:auto;
    cursor: pointer;
}

/* @media (max-width: 1000px) {
    .can-scroll {
        flex-direction: column;
        height: 3500px;
        align-items: center;
        width: 100%;
    }

    .paperball{
        border-left: none;
        border-bottom: 2px dashed #182e27;
        width: 300px;
    }
}
 */


.paperball::-webkit-scrollbar {
    width: 6px;               /* width of the entire scrollbar */
}
  
.paperball::-webkit-scrollbar-track {
    background: white;        /* color of the tracking area */
    padding-right: 3px;
}
  
.paperball::-webkit-scrollbar-thumb {
    background-color: #182e27;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 1px solid white;
}

  
.paperhead{
    font-size: 2rem;
    /* border-bottom: 1px dotted black; */
    margin-top: 22px;
    max-width: 200px;
    filter: contrast(1000%) brightness(100%);
}

.papersubhead{
    font-size: 0.9rem;
    margin-top: 10px;
}

.papercontent{
    font-size: 0.7rem;
    margin-top: 10px;
    background-color: white;
    filter: contrast(600%) brightness(100%);
}

.bookmark{
    font-family: 'Comfortaa', sans-serif;
    font-weight: 100;
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 0.5rem;
    text-align: center;
    padding-top: 10px;
    background-color: wheat;
    height: 30px;
    width: 30px;
}
.logo{
    color: tomato;
    overflow: clip;
    line-height: 0.6;
    background-color: #182e27;
    font-size: 8rem;
    font-weight: bold;
    writing-mode: vertical-lr;
    text-orientation: mixed;
}

.sticker{
    height: 100%;
    width: 100%;
    background-color: tomato;
    border-radius: 4px;
    overflow: clip;
    color:white;
    font-size: 5rem;
    /* text-align: center; */
    letter-spacing: -0.6ch;
    /* text-decoration: underline  #FF3028; */

    background: 
	linear-gradient(90deg, rgba(255,99,71,1), rgba(0,0,0,0.2)),
	url(noise.svg),  repeating-linear-gradient(
        0deg,
        tomato,
        white 50px,
        tomato 50px,
        white 50px
      );

    filter: contrast(320%) brightness(100%);

    /* background: 
  repeating-linear-gradient(
    0deg,
    tomato,
    white 50px,
    tomato 50px,
    white 50px
  ),
  linear-gradient(
    to bottom,
    tomato,
    white
  ); */
}



@media (max-width:31.25rem){
    .cover-page{
        position: fixed;
        display:flex;
        bottom:0;
        left:0;
    }

    .cover-letter{
        font-size: 5rem;
    }

    .cover-logo{
        font-size: inherit;
    }

}


@media (max-width:18.75rem){
    .cover-page{
        position: fixed;
        display:flex;
        font-size: 7rem;
        bottom:0;
        left:0;
    }

    .cover-letter{
        font-size: 5rem;
    }

    .cover-logo{
        font-size: inherit;
    }

    .author{
        font-size: 0.7rem;
    }
}

