@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Nanum+Myeongjo:wght@400;700;800&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');  
@import url('https://fonts.googleapis.com/css2?family=Padyakke+Expanded+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aboreto&family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700&family=Baskervville:ital@0;1&family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Economica:ital,wght@0,400;0,700;1,400;1,700&family=Fredericka+the+Great&family=Manrope:wght@200;300;400;500;600;700;800&family=Montserrat:ital,wght@1,400;1,500&family=Nanum+Myeongjo:wght@400;700;800&family=Padyakke+Expanded+One&family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Rubik+Spray+Paint&family=Rufina:wght@400;700&family=Rye&family=Turret+Road:wght@200;300;400;500;700;800&display=swap');

body{
    background: #ce8c78;
    color: black;
    margin-top: 1px;
    margin-left: 4px;
    font-family: 'Times New Roman', serif;
}

a{
    color: black;
    text-decoration: none;
}

a:hover{
    color: #4c6fff;
    text-decoration: none;
    font-family: 'Times New Roman', serif;
    font-style: italic;
}

a:visited{
    color: grey;
    text-decoration: line-through;
}

a:visited:hover{
    color: #4c6fff;
}

.title{
    margin-left: 4px;
    font-family: 'DM Mono', monospace;
    font-size: 20px;
    font-weight: 400;
    align-items: center;
    text-align: center;
}

.nav{
    position: fixed;
    font-family: 'DM Mono', monospace;
    font-weight: 800;
    width: 200px;
    height: 30px;
    border: 1px solid black;
    bottom: 10px;
    left: 15px;
    background: #fff7dd;
    display: float;
    align-items: center;
    text-align: center;
    padding-top: 8px;
    font-size: 21px;
    line-height: 1.1;
}

.box{
    width: 200px;
    height: 200px;
    border: 1px solid black;
    border-radius: 0px;
    display: inline-block;
    align-items: center;
    text-align: center;
    font-size: 0.85em;
    margin-top: 4px;
    margin-left: 2px;
    background: #ce8c78;
}

.box:hover{
    transform: scale(2.0);
    -webkit-transition: transform 0.3s ease-in-out;
    box-shadow: 0 0 10px black;
    background: #ce8c78;
}

.sticker{
    z-index: 200;
    width: 90px;
    height: 60px;
    border: 1px solid black;
    margin-top: 20px;
    margin-left: 52px;
    background: #fff7dd;
    align-items: center;
    text-align: center;
    padding: 4px;
}

.handle{
    z-index: 300;
    width: 70px;
    height: 7px;
    border-radius: 3px;
    margin-top: 10px;
    margin-left: 66px;
    background: #464646;
    border: 1px solid black;
}

/*
.grid-container {
    display: grid;
    gap: 2px;
    grid-template-columns: auto auto auto;
    background-color: #2196F3;
    padding: 2px;
}
.grid-container > div {
    background-color: #ffcdff;
    text-align: center;
    padding: 16vh 0;
    font-size: 2vw;
}
.item1 {
    grid-column-start: 1;
    grid-column-end: 1;
    width: 3vw;
    height: 3vh;
    background-color: white;
}
*/