.devLog{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.break{
    width: 100%;
    height: 2px;
    background-color: rgb(201, 201, 201);
}

.log{
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 20px;
    background-color: white;
    height: 50px;
    border-radius: 5px;
    cursor: pointer;
}
.log>:last-child{
    margin-left: auto;
}