@charset "UTF-8";
/* CSS Document */

body {
    background-image: url("images/background.jpg");
    background-repeat: repeat; 
    background-color: #cccccc; 
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    background-color: #4CAF50;
    background: linear-gradient(to right, #00f, #0f0);
    padding: 20px 0;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    color: #555;
    background-color: #E0E0E0;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #777;
    background-color: #F0F0F0;
    margin-bottom: 15px;
    margin-top: 10px;
    border-bottom: 2px solid #000; 
}

p {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6; 
    margin-bottom: 20px; 
}

li {
    margin-bottom: 10px;
}

footer {
    text-align: center;
}

.emphasis {
    color: #FF6347;
    font-weight: bold;
}

main p {
    color: #333;
    font-size: 18px;
}

h1, h2, h3 {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

.highlight {
    color: #FF6347;
    font-weight: bold;
}

p {
    margin-bottom: 20px; 
}

h1 {
    padding: 20px 0;
}

h2 {
    padding: 20px 0 0 20px;
    margin-bottom: 10px;
}

h3 {
    margin-bottom: 15px;
    margin-top: 10px;
}

ul li {
    list-style-type: square;
    list-style-position: inside;
    margin-left: 20px;
}

nav {
    padding: 10px 0;
    text-align: center;
}

nav a {
    padding-right: 10px;
}

ol li {
    list-style-type: decimal;
    margin-left: 40px;
}

#wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border: 1px solid #000; 
    background-color: #f5f5f5; 
    padding: 20px;
}

.feature-box {
    width: 30%; 
    margin-left: auto;
    margin-right: auto;
    background-color: #e0e0e0; 
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #000; 
    border-radius: 10px; 
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3); 
}

.gallery {
    margin: 10px;
}

img {
    padding: 10px;
    background-color: #fff;
    border: 2px solid #165b62;
}

.align-left {
    float: left;
    margin-right: 20px; 
    margin-bottom: 20px; 
}

.align-right {
    float: right;
    margin-left: 20px; 
    margin-bottom: 20px; 
}

.clear {
    clear: both;
}

.flex-container {
    display: flex;
}

.image-container {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
}

.small-image {
    width: 300px; 
    height: auto; 
    margin-bottom: 20px; 
}

nav a {
    text-decoration: none; 
    color: #000; 
}

nav a:visited {
    color: #666; 
}

nav a:hover {
    color: #fff; 
    background-color: #4CAF50; 
}
