body {
    margin: 0px
}

a, a:hover, a:active {
    text-decoration: none;
    color: black;
}

main {
    text-align: center;
}

.messe-wrapper {
    margin: 0px 20px;
    font-family: serif;
}

.messe-wrapper img {
    width: 230px;
    margin-bottom: 60px;
    border-radius: 15px;
}


.messe {
    text-align: center;
    margin-bottom: 60px;
    border-radius: 15px;
    line-height: 30px;
}

.messe-a {
    display: flex;
    box-sizing: border-box;
    width: 300px;
    height: 100px;
    justify-content: center;
    align-items: center;
    background-color: white;
    color: steelblue;
    border: 1px solid steelblue;
    font-size: 20px;
    letter-spacing: 5px;
    font-family: serif;
    transition: 0.3s;
    border-radius: 10px;
    font-weight: bold;
    margin: 10px 0px;
}

.messe-a:hover {
    background-color: steelblue;
    color: white;

}

.a-messe {
    margin: 100px 0px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}


/* member */

.member, .company {
    margin: 20px 20px;
}


.member img {
    width: 300px;
    border-radius: 15px;
}

.member-detail, .company-detail {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;

}


.company dt {
    background-color: lightgray;

}


.company-detail, .membe {
    margin: 0px !important;
}


.company-title, .company-object, .member-title, .member-object {
    padding: 20px 0px;
    width: 50%;
    font-weight: bold;
    font-family: serif;
    margin: 5px 0px;
    border-bottom: 1px dotted black;
    align-items: center;
    display: flex;
    justify-content: center;
}