body {
    background-color: antiquewhite;
}

.tes{
    font-family: Helvetica;
}

h1 {
    text-align: center;
}
.bio{
    display: flex;
    align-items: center;
    justify-content: center;
}
.Nama {
    text-align: justify;
}

p{
    text-align: center;
}

.guy {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -28px;
}

.Foto{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img{
    width: 168px;
    height: 230px;
}

.table{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -10px;
}

table, th, td{
    border: 1px solid black;
    border-collapse: collapse;
    width: 40%;
}