.accent-a {
  color: #e52a56; }

.accent-b {
  color: #93273a; }

body {
  background-color: #FFFFFF;
  font-size: 15px;
  color: #000000;
  padding: 20px;
  margin: 0;
  font-family: "Roboto", sans-serif;
  background-image: url("maletgs/edges.png"); }

a {
  color: #000000;
  text-decoration: none; }

.align-right {
  text-align: right; }

.content {
  background-color: white;
  width: 650px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .content div {
    margin: 15px; }
  .content .header {
    width: 800px;
    text-align: center;
    background-color: white; }
    .content .header .description {
      margin-bottom: 0; }
  .content .pledari-card {
    width: 45%;
    background-color: white;
    flex-grow: 1;
    user-select: none; }
  .content .title {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 0; }
  .content .description {
    margin-top: 0; }
  .content .footer {
    width: 800px;
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .content .footer .footer-image img {
      width: 150px; }
    .content .footer .description {
      margin-top: 10px;
      align-self: end; }
      .content .footer .description a {
        text-decoration: underline; }

/*# sourceMappingURL=landing.css.map */
