body {background-color: black;  background-size: 300px 300px;  background-image: url("images/halloween/candycorn.jpg");  }
.title {  text-align: center;  max-height: 15%;  left: 25%;  right: 25%;  }           
h1 {  text-align: center;}
h5 {  background-color: black;  color: white;}
.navbar {  text-align: center; background-color: brown;}
.box  {  background: linear-gradient(to bottom, brown 0%, orange 100%);  position: absolute;  text-align: center;  left: 5%;  width: 15%;padding: 10px;  border-radius: 25px;  }
.box2 {  background: linear-gradient(to bottom, brown 0%, orange 100%);  position: absolute;  right: 10%;  text-align: center;  width: 60%;  padding: 10px;  margin: auto;  }
.box3 {background-color: yellow; border-radius: 10px; }
p {  background-color: white;  margin: auto; border-radius: 4px;}
.sidespriter {  position: fixed;  bottom: 0;  right: 10px;  text-align: right;}
.sidespritel {  position: fixed;  bottom: 0;  left: 10px;  text-align: center;}
dl {  text-align: justify;  background-color: white;  color: darkblue;}