#wel {
    height: 60px;
    line-height: 60px;
    font-size: 24px;
}
#disp form label {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}
#disp form input[type=text] {
    height: 45px;
    width: 30%;
    font-size: 18px;
    margin: 15px 0;
}
#disp form input[type=submit] {
    height: 45px;
    width: 85px;
    background-color: #dd5725;
    border: none;
    margin: 15px 0;
    font-size: 18px;
    color: white;
}
#disp .disp {
    font-size: 18px;
    margin: 20px 0;
}
#disp img {
    width: 150px;
    height: 150px;
    margin: 15px;
}
#disp .us_name {
    font-size: 22px;
    font-weight: bold;
    margin: 15px;
}
#back {
    background-color: crimson;
    width: 80px;
    height: 35px;
    line-height: 35px;
    color: white;
    font-size: 16px;
    margin: 15px 0;
}
#back:hover {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}