.top{
    margin: auto;
    width: 100%;
    height: auto;
    display: grid;
}
.top div input{
    width: 100%;
    height: 40px;
    border-color:#fff;
}
.line{
    border-bottom: 1px solid black;
    display: block;
 }
.mid {
    width: 100%;
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
}
.mid div{
    margin: auto;
    
}
.mid li a{
    display: inline-block;
    text-decoration: none;
    color: black;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 12px;
}
.mid li{
    list-style: none;
    margin: 10px;
}
.last{
    display: flex; 
}
.last p,br{
    margin: 10px;
}
.mid div div img{
    /* position: absolute; */
    width: 40%;
    height: 40%;
    padding-left: 100px;
}
