body {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

label {
    font-weight: bold;
    font-size: 1.5em;
}

.displayUnixContainer {
    display: flex;
    align-items: baseline;
}

.displayUnixContainer h2 {
    padding-right: 5px;
    font-weight: normal;
}

.displayUnixContainer p {
    font-weight: bold;
    font-size: 1.5em;
}

.displayUnixContainer input {
    font-weight: bold;
    font-size: 1.5em;
}

.displayUnixContainer button {
    background-color: unset;
    border: none;
    height: 3em;
    align-self: center;
}

svg {
    height: 100%;
    width: 100%;
}

svg:hover {
    fill: #747474;
    cursor: pointer;
}

#inputContainer {
    display: flex;
}

#inputContainer div {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    width: 100%;
}

input {
    font-size: 1.25em;
}

#discordTimestamps button {
    font-size: 1.25em;
}

#discordTimestamps button:hover {
    cursor: pointer;
}