*{
box-sizing: border-box;
}
{
box-sizing: border-box;
}
body 
{
    background-image: url("background.jpg");
}
div.container
{
    max-width: inherit;
    height: auto;
}
div.jumbotron
{
    background-color: darkgrey;
    height: 35px;
    padding-top: 40px;
    text-align: center;
}

h1
{
    font-size: 2rem;
    color: white;
    text-align: center;
}

div.carousel
{
    padding-top: 20px;
    width: 640px;
    height: 360px;
}

p
{
    color: black;
    font-size: 1rem;
}
div.footer
{   
    text-align: center;
    padding: 10px;
    font-size: 14px;
    border: 0.8px solid black;
}
div.content {
   height: 50%;
}
.content {
   height: 50%;
}
h3
{
	padding-top: 10px;
	text-align: center;
	font-size: 140%
}
h2
{	
	text-align: center;
}
a
{
	color: white;
}