*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

 html
{
  scroll-behavior: smooth;
}
    
body
{
    background-color: #F5F5F5;
    font-family: sans-serif;
}

#page-header
{
    padding-top: 80px;
    text-align: center;
    margin-bottom: 40px;
}

#heading
{
    background-color: #000000;
    border-radius: 17px;
    color: white;
    padding: 10px 80px;
    box-shadow: 5px 0px 10px #ffffff;
    text-shadow: 5px 0px black;
    border: 1px solid black;
}

#container
{
    width: 100%;
}

a
{
    text-decoration: none;
}

p
{
    margin-top: 15px;
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;      
}

#footer
{
    margin-top: 0px;        
    width: 100%;
    text-align: center;
    background-color: transparent;
    padding-bottom: 15px;
}

#footerPara
{
    margin-top: 0px;            
}

#toTheTop
{
    width: 50px;
    height: 50px;
    background-color: #000000;
    position: fixed;
    bottom: 0px;
    right: 0px;
    color: white;
    transition: background-color 1s ease-in-out;
}

#chevron
{
	font-size: 30px;
	position: relative;
	top: 15%;
	left: 35%;
}


form, input, textarea, select, button
{
    padding:0;
    margin: 0;
   -webkit-appearance: none;
}
