body {
    background-color: #2a2a2e;
}
.banner-1 {
    width: 500px;
    height: 533px;
    margin: auto;
}
.title-1 {
    font-size: 25px;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 10px #000;
}
.title-2 {
    font-size: 16px;
    font-family: sans-serif;
    text-align: center;
    color: #fff;
}
.title-cool {
    font-family: sans-serif;
    text-align: left;
    font-size: 30px;
    font-weight: 600;
    background-image: linear-gradient(to left, #141414, #dfdddd);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
.body-2 {
    font-size: 18px;
    font-family: sans-serif;
    text-align: left;
    color: #fff;
    flex: 1
}
.body-2-bold {
    font-size: 18px;
    font-weight: 800;
    font-family: sans-serif;
    text-align: left;
    color: #fff;
}
.title-3 {
    font-size: 50px;
    font-family: Impact;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 10px #000;
}
.body-1 {
    font-size: 16px;
    font-family: sans-serif;
    text-align: center;
    color: rgb(68, 68, 68);
}
.body-1-small {
    font-size: 12px;
    font-family: sans-serif;
    text-align: justify;
    color: rgb(68, 68, 68);
    margin-right: 10%;
    margin-left: 10%;
}
.body-1-smallwhite {
    font-size: 12px;
    font-family: sans-serif;
    text-align: justify;
    color: rgb(255, 255, 255);
    margin-right: 10%;
    margin-left: 10%;
}
.invisible {
    visibility: hidden;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #333;
    text-align: center;
}
li {
    display: inline-block;
}
li a {
    display: block;
    color: white;
    text-shadow: 0 0 10px #000;
    font-family: sans-serif;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: background-color 0.3s;
}
li a:hover {
    background-color: #111;
}
.text-frame {
    width: 75%;
    margin: 20px auto;
    background-color: #414141;
    border: 1px solid rgb(189, 185, 185);
    padding: 7px;
    color: #000;
}
.text-content {
    display: flex;
    align-items: start;
    gap: 15px;
  }
.side-image {
    max-width: 300px;
    height: auto;
    margin-right: 5%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}