/*
Theme Name: Tarickova
Author: Tarik Hadžirović
Description: Pristupačna, jednostavna tema za Blindography blog
Version: 5.0
*/


body {
  font-family: Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0 1rem;
  background: #fff;
  color: #000;
}

a {
  color: #007acc;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
  outline: 2px solid #007acc;
}

header, nav, main, footer, aside, section {
  margin-bottom: 1.5rem;
}

nav {
list-style-type: none;
}

nav a {
  margin-right: 1rem;
}

h1, h2 {
  margin-top: 0;
}

button, a.button-link {
  display: inline-block;
  background: #007acc;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  cursor: pointer;
  text-align: center;
}

button:hover, a.button-link:hover,
button:focus, a.button-link:focus {
  background: #005fa3;
  outline: none;
}

.ios-message {
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 10px 15px;
  margin-top: 10px;
  border-radius: 5px;
  font-size: 15px;
  color: #333;
  text-align: center;
}
