/* General CSS */

.info {
    flex-direction: column;
    align-items: center;
}

.error h1 {
	font-size: 9vw;
}

.error h2 {
	font-size: 3.5vw;
}

.error a {
	font-size: 2.5vw;
}

.error img {
	margin-right: 0;
	width: 25vw;
}

/* Directory CSS */
.exit {
	margin: 1vw;
	font-size: 4vw;
}

.navbar {
	font-size: 4.5vw;
}

.inavbar {
	display: flex;
    flex-direction: column;
    align-items: center;
}

#mySearch {
	border-radius: 1vw;
	font-size: 3.5vw;
}

#prompt {
	font-size: 12vw;
}

.category-title {
	font-size: 7.5vw;
}

table {
	font-size: 4vw;
}

#search {
	margin-bottom: 5vw;
}

thead {
	font-size: 3vw;
}

tfoot {
	font-size: 2.5vw;
}