.search {
    display: flex;
    padding: 10px 20px;
}

.search input {
    flex: 1;
    height: 40px;
    border: none;
    background-color: #EFEFEF;
    border-radius: 8px;
    margin-right: 10px;
    padding: 0 10px;
}

.search button {
    width: 40px;
    background-color: rgba(0,0,0,0);
    border: none;
}

.list {
    width: 90%;
    margin: 0 auto 20px;
}

.list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    border-top: 1px solid #EFEFEF;
    color: #333333;
}
.body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
}

.pp {
    color: #999999;
    padding-top: 20px;
}
