.bodyOfHomePage {
    width: 50%;
    margin: auto;
}

@media only screen and (max-width: 450px) {
    .bodyOfHomePage {
        width: 90%;
        margin: auto;
    }
}

.code {
    background-color: #efd1c3;
    border-radius: 4px;
}

.bodyOfHomePage > div {
    margin: 1em;
    line-height: 1.5em;
}

#timeSpan {
    font-family: 'Courier New', Courier, monospace;
    font-size: 1em;
}

.created > div {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.createButton {
    border: 2px solid #607e5a;
    display: inline-block;
    padding: 0.5em;
    text-align: center;
    text-decoration: none;
    user-select: none;
    cursor: pointer;
    letter-spacing: 0.1em;
}

.copyButton {
    border: 1px solid #ecb79f;
    display: inline-block;
    padding: 0.5em;
    text-align: center;
    text-decoration: none;
    user-select: none;
    cursor: pointer;
    letter-spacing: 0.1em;
}

.urlTextarea {
    width: 100%;
    resize: none;
}

.hidden {
    display: none;
}
