#main
{
  margin: 20px;
  padding: 10px;
}

nav
{
  width: 100%;
  height: 70px;
  vertical-align: center;
  text-align: center;
  color: black;
}

nav button
{
  width: 100%;
  border: none;
  background-color: white;
  box-shadow: 0 8px 6px -6px black;
}

nav a button
{
  text-decoration: none;
  font-size: 30px;
  transition: all .5s ease;
}

nav button:hover
{
  background-color: black;
  color: white;
  cursor: pointer;
}

.one-edge-shadow 
{
  box-shadow: 0 8px 6px -6px black;
}

.newbox
{
  width: 33%;
  color: black;
  font-size: 13px;
  padding: 10px;
}

.thic
{
  height: 3px;
  background-color: black;
  width: 100%;
}

hr
{
  background-color: black;
}

h2
{
  padding: 0;
  margin: 0;
  float: left;
}

h3
{
  margin-right: 10px;
}

.in
{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
}

#rezdown
{
}

.newcontainer
{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 50px;
}