body {
    background-color: #F2F2F2;
    font-family: "Helvetica Neue", Helvetica,Arial, sans-serif;
    margin: 0;
	
}

header {
    background-color: #FFFFFF;
    color: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.logo {
    width: auto;
    height: auto;
}

.container {
    width: 50%;
    margin: 0 auto;
	float: center;
	text-align: center;
	
}


form {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

form input[type="text"] {
    width: 75%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 2px solid #CCCCCC;
    border-radius: 4px;
	font-size: 14px;
}

form input[type="submit"] {
    width: 25%;
    background-color: #282828;
    color: #FFFFFF;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

form input[type="submit"]:hover {
    background-color: #F2F2F2;
    color: #282828;
}

input.form-control {
	width: 100%;
    max-width: 180px; /* adjust this value as needed */
	min-width: 180px;
    padding: 12px 20px;	
    margin: -11px 0;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 14px;
}

input.form-control:hover {
    background-color: #f0f0f0;
    border: 2px solid #555; /* adjust this value as needed */
    cursor: pointer;
}

input#description {
	height: 50px; /* adjust this value as needed */
	width: 179px;
}

form input[type="file"] {
    width: 15%;    
    color: #282828;
	margin-right: -130px;
  
}

.upload-section {
	background-color: #FFFFFF;
	padding: 10px;
	margin: 20px;
	text-align: center;
}

.upload-section h1 {
	font-size: 2em;
}

#video-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px;
}

.video-border {
	height: 113px;
	width: 200px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	border-left: 2px solid black;
}

.image-border {
	max-width: 250px;
	max-height: 250px;
	height: auto;
	width: auto;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	border-left: 2px solid black;
	padding: 0;
}

footer {
	background-color: #282828;
	color: #F2F2F2;
	text-align: center;
	padding: 10px;
}

footer p {
	margin: 0;
}

/* Add styles for pagination button */
#previous_page, #next_page {
	background-color: #282828;
	color: #FFFFFF;
	padding: 8px 16px;
	margin: 0 8px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

#previous_page:hover, #next_page:hover {
	background-color: #F2F2F2;
	color: #282828;
}

.total-pages {
	display: flex;
	text-align: center;
	margin: 20px 0;
	justify-content: center;
}

/* pagination */
.pagination {
	display: flex;
	text-align: center;
	margin: 20px 0;
	justify-content: center;
}

.pagination input[type="text"] {
	width: 30px;
	padding: 8px;
	margin: 0 8px;
	border: 2px solid #CCCCCC;
	border-radius: 4px;
}

.pagination button {
	background-color: #282828;
	color: #FFFFFF;
	padding: 8px 16px;
	margin: 0 8px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

form input[type="button"] {
    width: 25%;
    background-color: #282828;
    color: #FFFFFF;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	margin-left: -86px;
}

form input[type="button"]:hover {
    background-color: #F2F2F2;
    color: #282828;
}
.randomVideosButton {
    width: 25%;
    background-color: #282828;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
	font-size: 16px;
	text-decoration-line: underline;
}
.randomImagesButton {
    width: 25%;
    background-color: #282828;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
	font-size: 16px;
	text-decoration-line: underline;
}
input[type=number] {
    border: none;
    border-bottom: 2px solid #333;
    padding: 10px;
    font-size: 18px;
    width: 7%;
    box-sizing: border-box;
}

a.no-change-color:link {
    color: white;
}

a.no-change-color:active {
    color: white;
}

input[type="checkbox"] {
    float: left;
}

span[for="private"] {
    display: inline-block;
}


/* In styles.css */
ul {
    list-style-type: none; /* remove bullet points */
    display: flex; /* display items in a row */
    flex-wrap: wrap; /* wrap items to new line if they don't fit in a row */
    justify-content: center; /* center items horizontally */
    margin: 0; /* remove margin */
    padding: 0; /* remove padding */
}

li {
    margin: 20px; /* add some margin to items */
    text-align: center; /* center text horizontally */
}

/* In styles.css */
li a {
    text-decoration: none; /* remove underline */
    color: #000; /* add some color */
    font-size: 1.2rem; /* add some font-size */
}

/* In styles.css */
li video {
    border: 2px solid black;
    cursor: pointer;
    margin-top: 10px;
}

.pagination-button {
	background-color: #282828;
	color: #FFFFFF;
	padding: 8px 16px;
	margin: 0 8px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	text-decoration: none;
}
.pagination-button:hover {
	background-color: #F2F2F2;
	color: #282828;
}
#minimize-button {
	position: fixed;
	top: 5px;
	right: 5px;
	z-index: 1;
	font-size: 20px;
	background-color: #282828;
	color: #FFFFFF;
	padding: 8px 16px;
	margin: 8px 25px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	text-decoration: none;
}

#minimize-button:hover {
	background-color: #F2F2F2;
	color: #282828;
}

.expanded-video {
  width: 800px;
  height: 450px;
}
.expanded-image {
  max-width: 1920px;
  max-height: 1080px;
  width: auto;
  height: auto;
}
a.no-change-color:visited {
	color: white;
	text-decoration: none;
}
