.warp h2 {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    margin: 10px 0 50px;
}

.shuru {
    width: 90%;
    display: flex;
    margin: 0 auto;
    margin-bottom: 20px;
    align-items: center;
}

.shuru input {
    border-radius: 5px;
    margin-right: 30px;
    height: 56px;
    border: 2px #3b4199bd solid;
    font-size: 20px;
    font-weight: bold;
}

.list {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.list .item {
    display: flex;
    height: 50px;
    background: aliceblue;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    margin: 5px 0;
    border-radius: 8px;
    border: 1px solid #2415338c;
}

.list p {
    width: 87%;
}

.warp {
    width: 70%;
    margin: 0 auto;
}

