body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    color: #5A5A58;
}

main {
    height: 79vh;
    display: flex;
    /* flex-direction: column;
    overflow-y: auto; */
    font-size: 0.9em;
}

.about_info {
    width: 55%;
    /* height: 75%; */
    margin-left: auto;
    margin-right: auto;
}

h1 {
    text-align: center;
    margin-top: 0;
}

h3 {
    text-align: center;
}

.witness {
    
    width: 30%;
    margin: auto;
    /* margin-right: auto; */
    /* height: 20%; */
}

.witness p {
    margin-top: 0;
    margin-bottom: 5px;
}

.wit_x {
    /* display: flex;
    justify-content: space-around; */
    font-size: 0.9em;
}

.wt_1,.wt_2 {
    width: 100%;
}