@font-face {
    font-family: "RifficLocal";
    src: url("/RifficFree-Bold.ttf") format("truetype");
}

.gallery-page {
    padding-top: 20px;
    padding-bottom: 80px;
}

.gallery-page h1,
.gallery-page h2 {
    font-family: "RifficLocal", sans-serif;
}

.upload-btn,
.delete-btn {
    padding: 10px 20px;
    font-weight: bold;
    background: white;
    color: black;
    border: 2px solid black;
    border-radius: 5px;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
}

.upload-btn:hover,
.delete-btn:hover,
.nav-btn:hover {
    background: black;
    color: white;
}

.gallery-upload-input {
    width: 80%;
    padding: 10px;
    margin-bottom: 12px;
    margin-left: 500px;
    border-radius: 5px;
    border: none;
    font-family: "Roboto", sans-serif;
}

.gallery-upload {
    margin-top: 30px;
    text-align: center;
}

.gallery-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 620px;
    height: 420px;
    margin: 40px auto 10px;
    background: white;
    border: 2px solid black;
    overflow: hidden;
}

.gallery-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.gallery-controls {
    position: absolute;
    bottom: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
}

.nav-btn {
    padding: 5px 15px;
    font-weight: bold;
    border: 2px solid black;
    border-radius: 5px;
    background: white;
    cursor: pointer;
    font-family: "RifficLocal", sans-serif;
}

.gallery-delete {
    text-align: center;
}
