h2 {
    font-size: 2em !important;
    font-weight: bold !important;
}

p {
    font-size: 1.1rem !important;
    font-weight: normal !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    margin-left: 0.5em !important;
    color: rgba(0, 0, 0, 0.5) !important;
}

p2 {
    font-size: 1.1em !important;
    font-weight: normal !important;
    margin-bottom: 2em !important;
}

.btn {
    width: 15%;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    color: rgba(0, 0, 0, 0.75);
    background-color: #FFF;
    border-color: rgba(0, 0, 0, 0.10);
    transition: 0.25s;
    z-index: 0;
}

.btn:hover {
    background-color: white;
    transform: scale(1.05);
    border-color: #FFF;
    color: #175FB8;
    filter: drop-shadow(0px 0px 2px #6599D7);
    -webkit-appearance: none;
    -moz-appearance: none;
}

.btn:active, .btn:focus {
    box-shadow: none !important;
    outline: none !important;
    background-color: #fff;
    color: #175FB8;
}

.updateBtn, .deleteBtn {
    margin-left: 0;
    margin-right: auto;
    margin-top: 0;
    margin-right: 0.5em;
    width: auto;
}

.copyright > p {
    color: black;
    font-size: 0.9em;
    font-weight: 400;
    text-align: right;
    user-select: none;
}

#screenshot, #screenshot:hover {
    padding: 0.5em;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 0.5em;
    color: rgba(0, 0, 0, 0.75);
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.10);
    transition: 0.25s;
    z-index: 0;
}

#screenshot:hover {
    transform: scale(1.05);
    border-color: #FFF;
    color: #175FB8;
    filter: drop-shadow(0px 0px 2px #6599D7);
    -webkit-appearance: none;
    -moz-appearance: none;
}

#screenshot:active, #screenshot:focus {
    box-shadow: none;
    outline: none;
    background-color: #fff;
    color: #175FB8;
}