.gallery-upload
{
    display: flex;
    justify-content: center;
    
    
}

.gallery-links h2
{
    display: flex;
    justify-content: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 60px;
    color: #16c59d;
    margin-top: -100px;
}

.gallery-container
{

    display: flex;
    flex-direction: row;
    color: #111;
    flex-wrap: wrap;
    justify-content: center; 
    margin-top: 100px;  
}

.gallery-container a
{
    text-decoration: none;
    color: rgb(150, 156, 146);
}



.gallery-container a div
{
    width: 300px;
    height: 235px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 10px;
}

form 
{
	inset: 2px;
	padding: 50px 40px;
	border-radius: 12px;
	z-index: 2;
	display: flex;
    justify-content: center;
	flex-direction: column;
    width: 400px;
    z-index: 0;
    
}

.inputBox
{
    width: 300px;
    height: 50px;
    background-color: #16c59d;
    border-radius: 8px;
    margin: 10px;
    color: #2b073d;
}

.inputBox::-webkit-file-upload-button
{
    background-color: #2b073d;
    color: #16c59d;
    border-radius: 8px;
    margin: 5px;
    border: none;
    cursor: pointer;
}








