body {
    margin: 0 auto;
    padding: 20px;
    background-color: #f5f5f7;
    color: #333;
}
.my-container {
    background-color: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}
h1 {
    margin-bottom: 30px;
    text-shadow: 0 2px 7px aqua;
}
h2 {
    text-shadow: 0 2px 5px #999;
}
.big-maps {
    height: 540px;
    margin: 10px 0;
}
.med-maps {
    height: 250px;
    margin: 10px 0;
}
.little-maps {
    height: 180px;
    margin: 10px 0;
}
a {
    text-decoration: none;
    color: #999;
}
a:hover {
    text-decoration: underline;
    color: blue;
}