* {
    font-family: 'Times New Roman', Times, serif;
    padding: 0px;
    margin: 0px;
}

#add {
    margin-left: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 13px;
    padding-right: 13px;
}

.up {
    width: full-width;
    height: fit-content;
    min-height: 100px;
    background-color: #F5F5F5;
    margin: 10px;
    padding: 10px;
    border: solid;
    border-color: black;
    border-radius: 10px;
}

.judul {
    color: blue;
}

.isi {
    color: green;
}

.btn_remove {
    color: gray;
    border: none;
}

.btn_remove:hover {
    color: red;
    cursor: pointer;
}

.container_content {
    display: flex;
    justify-content: space-between;
}

.profil {
    display: flex;
    align-items: center;
    /* margin-left: 30px;
    margin-top: 20px; */
    justify-content: space-between;
    background-color: #F8F6F0;
    border-bottom: solid 3px black;
    padding: 10px;
}

.profil div {
    display: flex;
    margin: 10px;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.profil div img {
    margin: 10px;
    border-radius: 50%;
}
.profil div button {
    margin: 10px;
    height: fit-content;
    text-align: center;
}
.profil div h1 {
    margin: 10px;
    text-align: center;
    justify-content: center;
}