/*
Theme Name: RadioWave
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Description: Modern radio station WordPress theme.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.1
License: GPL v2 or later
Text Domain: radiowave
*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:Arial,Helvetica,sans-serif;
    background:#111;
    color:#fff;
    line-height:1.6;
}

img{
    max-width:100%;
    display:block;
}

a{
    color:#00d4ff;
    text-decoration:none;
}

.container{
    width:min(1200px,90%);
    margin:auto;
}