body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #3d4041;
}
main {
  max-width: 600px;
  margin: 40px auto;
  padding: 50px;
  background: #f7f7f7;
  border-radius: 15px;
  border-bottom: 3px solid #2369a4;
  border-top: 3px solid #2369a4;
  background-image: url('../gfx/SVG/bg-1-alpha-17.svg');
  background-repeat: no-repeat;
  background-position: right 30px;
  background-size: 250px;
}
a {
  color: #2369a4;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #3d4041;
}
#logo {
  width: 280px;
  max-width: 280px;
  margin-top: 40px;
  margin-bottom: 70px;
  display: block;
}
h3 {
  font-size: 20px;
  color: #2369a4;
  font-weight: bold;
  margin-bottom: 10px;
}
.grid {
  max-width: 300px;
  display: grid;
  grid-template-columns: 1fr ;
}
.grid > div {
  margin-bottom: 50px;
}
.copy {
  text-align: center;
  font-size: 13px;
  line-height: 1.2;
  color: #6a6a6a;
}
/*# sourceMappingURL=optimumstyle.css.map */