@charset "UTF-8";

*{ margin: 0; padding: 0; }*

/* body {position: relative; margin: 0; padding: 0; } */

        body {
            font-family: Arial, sans-serif;
           /* text-align: center; */
            margin-top: 50px;
        }
        #clock {
            font-size: 2em;
            margin-bottom: 20px;
        }
        #alarm-form {
            margin-top: 20px;
        }
body {background: black url(./grey.png) 0 0 repeat fixed; } 

div#frame {position: relative; background: #468 url(grey1.png) 0 0 repeat fixed;
	width: auto; height: 1200px; padding: 15px 10px 15px 0px; margin: 40px 25px 30px 25px;
	border: solid yellow;}


div#content {background: #468 url(grey2.png) 0 0 repeat fixed; }


div#links a {background: transparent url(grey3.png) 0 0 repeat fixed; }

div#links a:hover {background: #468 url(grey4.png) 0 0 repeat fixed;} 

div#content {position: absolute; top: 20px; left: 161px; right: 75px; height: 1000px; color: #EED; font: 13px Verdana,sans-serif;
padding: 10px; margin: 10px 0px 10px 0px; border: solid blue;}

div#content p {margin: 0 1em 1em;}
div#content h3 {margin-bottom: 0.25em;}


div#time {text-align: left; font: bold 1em sans-serif; padding: 15px; 
border-width: 0; text-decoration: none; color: red; clear:both;}


div#links a {display: block; text-align: center; font: bold 1em sans-serif; padding: 5px 10px; margin: 0 0 2px; 
border-width: 0; text-decoration: none; color: #000;}
div#links a:hover {color: #fff;}

h1 {padding: 15px; text-align: center; background: transparent url(grey5.png) 0 0 repeat fixed;
color: #024; letter-spacing: 0.5em; text-transform: lowercase; font: bold 25px sans-serif; height: 28px; vertical-align: middle; white-space: nowrap;}

/* h1 {margin: -9px -9px 0.5em; padding: 15px 0 5px; text-align: right; background: #ACE; color: #024; letter-spacing: 0.5em; 
text-transform: lowercase; font: bold 25px sans-serif; height: 28px; vertical-align: middle; white-space: nowrap;} */

dt {font-weight: bold;}
dd {margin-bottom: 0.66em;}
div#content a:link {color: blue;}
div#content a:visited {color: green;}
div#content a:link:hover {color: red;} 
div#content a:visited:hover {color: red;} 

div#rob {position: absolute; top: 130px; left: 830px; right: 20px; width: 300px; float: right; color: blue; font: 14px Verdana,sans-serif;
padding: 10px; margin: 10px 20px 10px 20px; border: solid yellow;}



div#links {position: absolute; top: 110px;  width: 160px; height: 200px; font: 14px Verdana, sans-serif;}



code, pre {color: red; font: 110% monospace;}
.text {padding: 5px 5px 5px 0px; margin: 0px 80px 0px 80px; background: white 0 0 repeat fixed;
color: yellow; border: solid green; font-weight: bold; text-align: left;}
div#footer {clear: both; padding: 5px 10px 5px 10px; margin: 0px 80px 10px 80px; background: #468 url(grey5.png) 0 0 repeat fixed; 
color: yellow; font-weight: bold; border: solid orange;}
td {padding: 4px; 10px;}
.caption {color: black; font-weight: bold;}
.titles {color: black; font-weight: bold;}
.cities {background: #d1a367;}
.data {padding: 5px 10px 5px 10px; margin: 0px 20px 0px 20px; background: grey; color: blue; }
.totals {background: #f3d9b7;}
div#text {background: #468 url(grey4.png) 0 0 repeat fixed; }
/* div#text {background: #468 url(grey5.png) 0 0 repeat fixed; } */
div#text {position: absolute; top: 130px; left: 30px; right: 20px; float: left; color: green; font: 14px Verdana,sans-serif;
padding: 10px; margin: 10px 20px 10px 20px; border: solid yellow;}

.text p {color: green;}
.style p {background: #468 url(grey7.png) 0 0 repeat fixed;  width: 70%; padding: 5px;}

.rob p  {position: absolute; top: 130px; left: 830px; right: 20px; width: 300px; float: right; color: blue; font: 14px Verdana,sans-serif;
padding: 10px; margin: 10px 20px 10px 20px; border: solid yellow;}





nav {
    position: sticky; top: 0; z-index:1000; background-color: #333; background: #468 url(grey1.png)0 0 repeat fixed; border: solid Blue; 
margin: 25px;  
}

.menu {
 position: relative;

    list-style: none;
    display: flex;
    padding: 10px;
    justify-content: center;
}

.menu-item {
z-index: 2;
    position: relative;
margin: 0px 5px 0 0;
}

.menu-item a {
    display: block;
    padding: 15px 15px;
    text-decoration: none;
    color: white;
    background-color: #333;
    background: #468 url(grey3.png) 0 0 repeat fixed; 
    transition: background-color 0.3s ease;
}

.menu-item a:hover {
    background-color: #555;
color: blue;
background: #468 url(grey4.png) 0 0 repeat fixed;
}

/* Style for submenus */
.submenu {
 z-index: 2;
       display: none;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    background-color: #333;
    padding: 0;
}

.submenu li a {
    padding: 5px 5px;
    text-decoration: none;
    color: white;
    background-color: #333;
    display: block;
    width: 200px;   
    height: auto;

    transition: background-color 0.3s ease;
}

.submenu li a:hover {
    background-color: #555;
	color: blue;
background:#468 url(grey4.png) 0 0 repeat fixed;
}

/* Show submenu on hover */
.menu-item:hover .submenu {
    display: block;
}
        .container {
            max-width: 400px;
            margin: 0 auto;
            padding: 20px;
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
        h1 {
            text-align: center;
            color: #333;
        }
        label {
            display: block;
            margin-bottom: 8px;
            font-weight: bold;
        }
        input, button {
            width: 90%;
            padding: 10px;
           margin-bottom: 15px; 
              border: 1px solid #ccc;
            border-radius: 4px;
        }
        button {
            background-color: #007BFF;
            color: white;
            font-size: 16px;
            cursor: pointer;
        }
        button:hover {
            background-color: #0056b3;
        }
        .result {
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            color: #333;
        }



