@charset "UTF-8";
/* CSS Document */

/* Color scheme hexadecimal values: 20E05F 29332C 37AD08 9E47B8 8426E0*/

/* The body tag style applies to all elements on the page */

h1 {
	color: white;
	}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.img-margin {
	margin-top: 20px;
	margin-bottom: 20px;
}

.paddbot {
	padding-bottom: 20px;
}

.paddtop {
	padding-top: 20px;
	padding-bottom: 20px;
}

.bordbot {
	border-bottom: 1px black solid;
}

#personalityPad {
	margin-top: -27px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#adjusted {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	border: solid 1px black;
}

#adjusted2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	margin-top: 20px;
	border: solid 1px black;
}

#text-center {
	text-align:center;
	margin-top: -100px;
	margin-bottom: 30px;
}

#outline {
	border: solid 1px black;
	background-color: #ccccb3;
}

#tags {
	display:flex;
	justify-content: center;
	font-size: 2em;
}

#websites {
	text-align: center;
}
