/*
Theme Name: Videy Theme
Theme URI: https://domainkamu.com
Author: Videy Dev
Description: Tema WordPress sederhana untuk video streaming
Version: 1.0
*/

body {
  margin:0;
  font-family: Arial, sans-serif;
  background:#f9f9f9;
  color:#333;
  text-align:center;
}

header {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:12px 16px;
  background:#fff;
  border-bottom:1px solid #ddd;
  position:sticky;
  top:0;
}

.logo {
  font-weight:bold;
  font-size:22px;
}

header button {
  background:#eee;
  border:none;
  padding:6px 14px;
  border-radius:20px;
  font-size:13px;
  cursor:pointer;
}

main {
  margin:20px auto;
  max-width:800px;
  padding:0 10px;
}

video {
  width:100%;
  border-radius:12px;
  background:#000;
}

footer {
  margin-top:40px;
  font-size:13px;
  color:#777;
  padding:15px;
}
