body {
    font-family: Arial, sans-serif;
    background: linear-gradient(to right, #ff7e5f 50%, #ff0077);
    color: white;
    text-align: center;
    margin: 0;
    padding: 0;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
}

header .logo, header .jinny {
    flex: 1;
}

header .logo {
    text-align: left;
}

header .jinny{
    text-align: right;
}

header .logo img, header .jinny img {
    height: 100px;
}

header .menu {
    display: flex;
    /* flex-direction: column;
    align-items: flex-end; */
    position: absolute;
    right: 2rem;
    top: 7rem; /* Adjust this to position buttons below images */
}

.desc
{
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.5;
}

a {
    text-decoration-color: #fff;
}

header .menu a {
    color: #fff;
    background: #ffa600;
    padding: 0.5rem 1rem;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 5px;
}

header .menu a:hover {
    background: #ff00f2;
}

h1 {
    font-size: 5.5em;
    font-size: 7vw;
    margin-top: 20px;
    text-align: left;
    font-style: italic;
    margin-bottom: -1rem;
}

.features {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 20px 0;
}

.feature {
    width: 30%;
    margin: 0 10px;
    text-align: center;
}

.boxart img
{
    width: 75%;
    height: auto;
    margin-top: 5rem;
}

.feature img {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

footer {
    padding: 1rem;
    background: rgba(0, 0, 0, 0.3);
    font-size: 0.8rem;
    text-align: left;
}
