* {
    font-family: Sans-serif;
    overflow-wrap: normal;
}

h1.title {
    justify-self: center;
    font-size: 64px;
    font-weight: 50;
}

.hidden {
    display: none;
}

.content {
    margin: auto;
    width: max(50%, 600px);
    border: 3px solid black;
    padding: 5px;
}

.paragraph {
    box-sizing: border-box;
    width: 100%;
    background-color: rgba(230, 230, 230, 1);
    padding-left: 10px;
    padding-right: 10px;

    padding-top: 3px;
    padding-bottom: 3px;
}

.paragraph div {
    padding-top: 3px;
    padding-bottom: 3px;
}

.border {
    border: 1px solid black;
}

input.big {
    width: 100px;
    height: 30px;
}

input.angry {
    background-color: red;
}

div.item-box {
    background-color: rgba(250, 250, 250, 1);
    padding-left: 5px;
}

div.item-box:nth-child(odd) {
    background-color: rgba(230, 230, 230, 1);
}

div.item-box p {
    margin: 0;
    padding: 3px;
}

div.item-box a.delete {
    float: right;
    height: 50%;
}

img.center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

div.logbox {
    background-color: black;
    height: 300px;
    overflow-y: auto;
}

div.logbox p {
    padding-left: 5px;
    padding-right: 5px;
    color: white;
}
