body {
  background-image: url(bg/kids.jpg);
  background-repeat:no-repeat;
  background-size: cover;
}

p {
  color: white;
}
h1 {
  color: white;
  font-size: 20px;
}
h2,h3 {
  color: white;
}

h4{
  color:white;
  font-weight:normal;
}

a {
  color: white;
  text-decoration: none;
}
a:hover {
  color: orange;
}

.container {
  display: flex;
  justify-content: center;
}

.mid {
  background-color: black;
  text-align: left;
  border: 1px solid white;
  width:45%;
}

#links {
  margin: 20px;
}

#new h4{
  color:magenta;
}

#new a{
  color:magenta;
}


#buttons
{
  margin-bottom:30px;
  text-align:center;
}
}
