body {
    background: rgba(255, 253, 250, 0.5);
    font-family: "M PLUS 1p", sans-serif;
}

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

.search {
    height: 50px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    max-width: 600px;
    box-sizing: border-box;
}

.search-area {
    height: 35px;
    color: orange;
    background: white;
    height: 35px;
    margin-left: 5px; 
    box-sizing: border-box;
}

.search-area form {
    display: flex;
    width: 100%;
}

.searchInput {
    font-size: 14px;
    border: none;
    border: 3px solid orange;
    border-radius: 18px 0 0 18px;
    flex: 1;
    padding-left: 15px;
    position: relative;
    box-shadow: none;
}

.search-area button {
    border-radius: 0 20px 20px 0;
    width: 40px;
    height: 35px;
    border: none;
    background: orange;
    color: white;
}

.search-area button span {
    position: relative;
    right: 5px;
}

.all {
    margin: 0 auto;
    padding: 30px;
}

.left {
    position: fixed;
}

.main {
    margin-left: 250px;
}

header {
    margin-left: 20px;
}

.twitter {
    color: #00acee;
    padding: 15px;
    display: inline-block;
}

.topImg {
    width: 120px;
    border-radius: 100px;
}

h1 {
    font-size: 24px;
    margin-top: 20px;
}


h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}

h3 {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 500;
}

h3 span svg {
    width: 16px;
}

.work {
    background: white;
    max-width: 800px;
    margin: 0px auto 10px auto;
    padding: 30px;
    border: 1px solid rgb(231, 226, 221);
}

.ad {
    text-align: center;
    padding: 0;
}

.work p {
    font-size: 14px;
    margin-top: 20px;
    overflow: hidden;
    word-wrap: break-word;
    line-height: 20px;
}

.work p b {
    font-size: 18px;
    font-weight: 500;
    padding: 0px 0 20px;
    display: block;
}

.work .open-twitter {
    background-color: #1DA1F2;
    color: white;
    width: 160px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding: 5px;
    display: inline-block;
    border-radius: 3px;
    margin-top: 20px;
}

.date {
    margin-top: 15px;
    font-size: 12px;
}

footer {
    text-align: center;
    margin: 20px;
    line-height: 26px;
}

footer a {
    color: orange;
}

footer a:hover {
    color: rgb(253, 114, 0);
}

.others {
    max-width: 800px;
    margin: 0 auto 30px auto;
    padding: 30px;
    border-bottom: 1px dashed #888;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
}

.nothing {
    text-align: center;
}

.nothing h3 {
    font-weight: bold;
}

.nothing svg {
    width: 160px;
    height: 160px;
    margin: 30px auto;
}

@media screen and (max-width: 600px) { 
    .left {
        position: relative;
    }

    .main {
        margin: 0 auto;
    }

    header {
      text-align: center;  
    }
}
