@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;700&display=swap');
* {
  box-sizing: border-box;
}

body {
	font-family: 'Open Sans', sans-serif; cursor:default;
	font-weight:400; color:#fff; font-size:14px;
	background: #222 !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: red;
}
.container {
  width: 960px;
  margin: auto;
}
.header {
  width: auto;
  height: 100px;
  border: 1px solid #fff;
  margin: auto;
  text-align: center;
}
.nav {
  text-align: center;
  background: #465693;
  font-size: 20px;
  padding: 5px;
  list-style: none;
  border: 1px solid #fff;
}
.content {
  margin: auto;
  padding: 10px;
  border: 1px solid #fff;
}
