/* Tag for the Header */
body
{ 
  background: linear-gradient(to right, #74BECA, #7F9EAE);
}

footer
{
  text-align:center;
  font-weight: bold;
  color: #7D7E61;
}
#header
{
  
}

h1
{
  font-style: italic;
  color: #7D7E61;
  font-size: 80px;
  text-align:center
  
}

h2
{
  font-style: italic;
  color: #7D7E61;
  font-size: 40px;
  text-align:center
}

p
{
  margin: 18px;
  font-size: 25px;
  font: "sans-serrif";
  color: #5F5654;
}

.container
{
  display: flex;
  margin-bottom: 2vh;
  background-color: linear-gradient(to right, #74BECA, #7F9EAE);
  border: solid 3px #FC0303;
}

#links
{
  flex-wrap: nowrap;
}

.box
{
  width: 20vw;
  height: 15vh;
  background-color: #53DFF5;
  color: #FFF;
  border: 0.3vh solid #FC0303;
  margin:5px;
}

#page
{
 display: flex;
 flex-wrap: wrap; 
}

.element-container {
  text-align: center;
}

.element {
	display: flex;
  margin-bottom: 2vh;
  text-align: center;
  border: Red solid 5px;
  margin: 5px;
}

#auto {
  overflow: auto;
}