
body {
    background-color: #84a0b7;
    font-family: Arial, sans-serif;
}

a {
    color: black;
}

.abler-frame {
  width: 100%;
  height: 500px;
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 15px 0;
}
