
/*
Theme Name: TagaTop Social Login Theme
Author: You
Description: TagaTop custom theme with social login, custom footer, and responsive layout.
Version: 1.0
*/

body {
  font-family: 'Roboto', sans-serif;
  background: #0a0a1f;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

.top-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: #111;
  padding: 10px 20px;
  font-size: 0.9em;
}

.top-nav a {
  margin-left: 15px;
  color: #ffcc00;
  text-decoration: none;
  font-weight: bold;
}

header {
  background: #1e1e30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px;
  border-bottom: 3px solid #292952;
}

header img {
  max-width: 200px;
}

header h1, header p {
  margin: 0;
  padding: 0 20px;
}

.footer {
  background: #1a1a1a;
  text-align: center;
  padding: 30px 20px;
  margin-top: 40px;
}
