/*** GENERAL ***/

* 
{
  box-sizing: border-box;
  font-family: Verdana;
}

#container
{
  width: 100%;
}

body
{
  background-image: radial-gradient(circle at center, white, grey);
}

/*** HEADER ***/

h1, h2
{
  margin : 10px 0 !important;
}

.button
{
  background-color: #352B29; 
  border: none;
  color: white;
  border-radius: 10px;
  padding: 15px 32px;
  width: 16%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 2%;
}


/*** MAIN ***/

.bordure
{
  text-align: center;
  border: 3px black inset;
  border-radius: 30px;
  box-shadow: 6px 6px 6px black;
  margin: 2%
}

ul
{
  text-align: center;
  border: 3px black inset;
  border-radius: 30px;
  box-shadow: 6px 6px 6px black;
  margin: 2%
}

/*** FOOTER **/

footer
{
  align-self: bottom;
}