body {
    background-color: #292929;
    color: white;
    font-family: monospace;
    font-size: large;
}

h1 {
    margin-top: 3%;
    margin-bottom: 3%;
    text-align: center;
}

.title {
    text-decoration: none;
    color: white;
}

#preview {
    border: 2px dashed #ccc;
    padding: 20px;
    margin: 0 auto;
    width: 400px;
    height: 400px;
    text-align: center;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

#innerPreview {
    margin: 50% auto;
}

#fileInput {
    display: none;
}

.niceButton {
    border: 1px solid white;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 5px;
    margin-left: 5px;
}

.niceButton:hover {
    background-color: #333;
}

.centered {
    text-align: center;
}

#url {
    color: lightskyblue;
    text-decoration: none;
}

#copy {
    cursor: pointer;
}

input {
    border: 1px solid white;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
    width: 20%;
    text-align: center;;
}
