.div_tag {
    max-width: 200px;
}

.note-tags {
    display: flex;
    padding-top: 10px;
}

.note-tags .note-tag {
    display: block;
    background-color: #eee;
    margin-right: 1em;
    margin-bottom: 1em;
    padding: 0.2em 0 0.2em 1em;
}

.note-tags .note-tag-list {
    display: block;
    background-color: #eee;
    margin-right: 1em;
    margin-bottom: 1em;
    padding: 0.2em 1em 0.2em 1em;
}

.note-url {
    color: #333;
    text-decoration: none;

}

.note-in-list {
    display: flex;
    margin: 1em 0.5em;
    padding: 0.5em;
    border-radius: 1em;
    background-color: #f0f0fc;
}

.note-list-user {
    display: flex;
    flex-direction: column;
    padding: 0 1em;
    align-items: center;
}

.note-list-note {
    width: 100%;
}

.url-tag {
    text-decoration: none;
    color: #333;
}

.note-created_at {
    font-size: 0.7em;
    color: #777;
}

.note-tag .btn img {
    height: 16px;
    margin-top: -3px;
}

#modal-delete {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    transform: translate(-50%, -50%);
    display: none;
    background-color: #dd4444;
}

.note-image {
    max-width: 100%;
}


.note-image img {
    max-width: 100%;
    max-height: 600px;
}

.form-signin {
    min-width: 200px;
    max-width: 500px;
    border: 4px solid;
    padding: 3em;
    border-color: #88e;
    width: 50%;
}

.btn-primary a {
    color: #eee;
}

.btn-outline-primary a{
    color: #33f;
}

.btn-outline-primary :hover {
    color: #333;
}

.btn-primary :hover {
    color: #fff;
}

.note-title {
    display: flex;
    justify-content: space-between;
}

.container {
    text-align: justify;
}