# Empty CSS file for your own CSS

img {
	width:100%;
	background:black;
}

.img-circle{
	transition: all 0.5s ease;
}

.img-circle:hover{
	border-radius: 30%;
}

h2 {
	text-align:center;
}

h3 {
	text-align:center;
	font-weight:bold;
}

h4 {
	text-align:center;
	font-weight:bold;
	text-size: 18px;
}

.jumbotron {
	margin-top: 20px;
}

.container-fluid{
	background:lightgray;
	padding-right: 25px;
    padding-left: 25px;
    margin-right: 25%;
    margin-left: 25%;
	padding-bottom: 65px;
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 15px;
}

dt {
    font-weight: 700;
    margin-top: 10px;
    color: darkmagenta;
    font-size: medium;
}

.elephant{
	width:50%;
	margin-left:25%;
	border-radius: 30%;
}