h1 {
    text-align: center;
    font-family: "Last Ninja", Impact, fantasy;
    margin-bottom: 50px;
    font-size: 50px;
    border-bottom: 3px solid grey;
}

.toon {
    color: #2EE59D;
}

body {
    background-color: lightgrey;
}

.bor {
    border: 5px solid black;
    min-height: 800px;
    margin: 30px;
    padding: 30px;
    padding-left: 200px;
    padding-right: 200px;
    display: flex;
    flex-direction: column;
    background-color: #F8FFF3;
}

.mainbox {
    flex-grow: 6;
}

.side {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.mybox {
    display: flex;
    width: 200px;
    height: 200px;
    border: 1px solid lightgray;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
}

.row {
    display: flex;
    flex-direction: row;
}

.layout {
    display: flex;
    flex-direction: row;
}

.platform {
    position: relative;
    margin-right: 28px;
    border-radius: 15%;
    width: 50px;
    height: 50px;
    border: 1px solid grey;
    overflow: hidden;
}

.platform.clicked::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(92, 101, 98, 0.5);
    pointer-events: none;
}

.week {
    border: 1px solid lightgray;
    margin-top: 50px;
    margin-right: 20px;
    border-radius: 15%;
    width: 60px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Georgia, Serif;
    background-color: white;
}

.week:hover,
.week.clicked {
    background: #2EE59D;
    color: white;
}

.loginbtn {
    width: 140px;
    height: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    border: 1px solid lightgray;
}

.signbtn:hover {
    background-color: #2EE59D;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-7px);
}

.signbtn {
    width: 140px;
    height: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    border: 1px solid lightgray;
}

.loginbtn:hover {
    background-color: #2EE59D;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-7px);
}

input[type=text] {
    height: 32px;
    font-size: 15px;
    border: 1px solid lightgray;
    border-radius: 15px;
    outline: none;
    padding-left: 10px;
    background-color: white;
}

.searchbox {
    width: 200px;
    margin-top: 8px;
    margin-left: 50px;
    margin-right: 10px;
    height: 30px;
}

.searchbtn {
    height: 35px;
    margin-top: 8px;
}

.searchbtn {
    margin-top: 8px;
    width: 50px;
    height: 35px;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #000;
    background-color: white;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    border: 1px solid lightgrey;
}

.searchbtn:hover {
    background-color: #2EE59D;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-7px);
}

#kakao {
    background-image: url(images/카카오.png);
    background-size: contain;
}

#daum {
    background-image: url(images/다음.png);
    background-size: contain;
}

#naver {
    background-image: url(images/네이버.png);
    background-size: contain;
}

#toomics {
    background-image: url(images/투믹스.png);
    background-size: contain;
}

.box {
    width: 100px;
    height: 100px;
    background-image: url(userimage/기본프로필.png);
    background-size: contain;
    margin-bottom: 20px;
}

.loginbtn {
    margin-bottom: 10px;
}

.toonbox {
    background-size: contain;
    background-position: center;
}

.toonbox {
    border: 1px solid lightgray;
    margin-top: 50px;
    border-radius: 15%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Georgia, Serif;
    background-color: white;
}

.toon-text {
    white-space: nowrap;
    width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 50px;
    margin-right: 20px;
}

.mark {
    display: flex;
    flex-direction: column;
}

.bookmark {
    border: 1px solid lightgray;
    border-radius: 15%;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Georgia, Serif;
    background-color: white;
    background-image: url(images/별.png);
    background-size: contain;
}

.delete {
    border: 1px solid lightgray;
    border-radius: 15%;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Georgia, Serif;
    background-color: white;
    background-image: url(images/삭제.png);
    background-size: contain;
}

#webtoon {
    display: flex;
    flex-direction: row;
    overflow: scroll;
    flex-flow: row wrap;
}

#webtoon::-webkit-scrollbar {
    display: none;
}