body{
    background-color: #d4d4d4;
    color: #1e1e1e;
    font-family: system-ui;
    font-size: 16px;
}
.isi {
    max-width: 360px;
    margin-top: 36px;
    margin-left: 36px;

}
.foto{
    max-width: 200px;
    border-radius: 10%;
}
a{
    color: #1e1e1e;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}