@charset "UTF-8";

body, h1, h2, h3, p, ul, ol, li {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: rgb(32, 56, 100);;
}

#wrapper {
    width: 970px;
    background-color: #fff;
    margin: auto;
}

.nav {
    background-color: orange;
    text-align: center; 
    font-family: Arial, Helvetica, sans-serif;
}

.nav ul {
    display: block;
     margin-left: 0px; 
    font-size: 16px;
}

.nav li {
    display: inline-block;
    padding: 0 20px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.nav a:hover {
    color: #F2E4C1;
}
.nav a {
	color: #fff;
	font-weight: bold;
    text-decoration:none;
}

/* Header styles */
header {
    background-color: #333;
    color: orange;
    padding: 10px;
}

.top {
    background-color:rgb(75, 79,87);
    height:140px;
}

.logo {
    float:left;
    margin-right:10px;
    padding-top: 10px;
}
/* Main content styles */
main {
    padding: 20px;
}


/* Link styles */
a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Button styles */
button, input[type="submit"] {
    background-color: #007bff;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover, input[type="submit"]:hover {
    background-color: orange;
}

/* Footer styles */
footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.alignleft {
    float: left; 
    margin-right: 10px;
}

.alignright {
    float: right;
    margin-left: 5px;
}

h1, h2, h3 {
    font-family: Arial, sans-serif;
}

h1 {
    position: absolute;
    color: white;
    font-size: 36px;
    margin-bottom: 20px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight:bold;
}
#wrapper {
    width: 960px;
    background-color: #fff;
    margin: auto;
}

#clear {
    clear: both;
}
p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 16px;
   
}
#h2 {
    color: black;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    text-decoration: none ;
}
.button {
   
    padding: 10px 20px;
    background-color: orange;
    border-color:orange;
    cursor: pointer;
    border-radius: 10px;
 
}

.button a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 25px;
}
#h3 {
    color: black;
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: bold;
    text-decoration: none ;
}