body {
    font-family: Arial, sans-serif;
    margin: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color:#0074be;
    overflow: auto;
}
body {
    margin: 0;
}

.clouds {
    position: fixed;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background: url("images/Picture-2.png") repeat-x;
    animation: moveBg 10s linear infinite;
    z-index: -1;
}

@keyframes moveBg {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1677px 0;
    }
}
h1 {
    color: beige;
    text-align: center;
    font-size: 60px;
    font-family: Times New Roman, sans-serif;
    -webkit-text-stroke: 1px black;
    margin-top: 20px;
}
h2 {
    color: beige;
    text-align: center;
    font-size: 40px;
    font-family: Times New Roman, sans-serif;
    -webkit-text-stroke: 1px rgb(0, 0, 0);
    line-height: 2;
}
h3 {
    color: black;
    text-align: center;
    font-size: 22px;
    font-family: 'Times New Roman', serif;
    line-height: 1.5;
}
p {
    font-size: 20px;
    line-height: 1.3;
    color: rgb(255, 255, 255);
    font-family: 'Times New Roman', serif;
}   
a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Times New Roman', serif;
    transition: color 0.3s ease;
    transition: transform 0.3s ease;
}
a:hover {
    text-decoration: underline;
    transform: scale(1.1);
    color: #7dfdb9;
    text-shadow: 0 0 10px rgba(125, 253, 185, 0.5);
}
.composer-link {
    display: block;
    text-decoration: none;
    color: black;
    font-size: 30px;
    font-family: 'Times New Roman', serif;
    transition: color 0.3s ease;
    transition: transform 0.3s ease;
}
li {
    font-size: 16px;
    line-height: 2;
    color: black;
}
img {
    transition: transform 0.3s ease;
}
img:hover {
    transform: scale(1.1);
}
.profile-pic {
    max-width: 90%;
    width: 150px;
    height: auto;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
}
.tully-pic{
    max-width: 90%;
    width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
.navbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;

    background: #333;
    padding: 30px;

    overflow-x: auto;
    overflow-y: hidden;
    box-sizing: border-box;
}

.navbar-content {
    display: flex;
    justify-content: center;
    gap: 20px;

    min-width: max-content;
    width: fit-content;
    margin: 0 auto;
}

.navbar-content a {
    color: white;
    text-decoration: none;
    flex: 0 0 auto;
}
.navbar-content a:hover {
    text-decoration: underline;
    transition: color 0.3s ease;
    transition: transform 0.3s ease;
    transform: scale(1.1);
    color: #7dfdb9;
    text-shadow: 0 0 10px rgba(125, 253, 185, 0.5);
}

label {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    font-family: cursive;
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
}
input[type="text"], input[type="email"]{
    width: 70%;
    padding: 8px;
    display: block;
    margin: 5px auto;
    color: rgb(249, 48, 239);
    font-size: 25px;
    font-family: cursive;
}
textarea {
    width: 70%;
    padding: 8px;
    display: block;
    margin: 5px auto;
    color: rgb(249, 48, 239);
    font-size: 25px;
    font-family: cursive;
}
input[type="submit"] {
    background-color: #333;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    font-family: cursive;
    cursor: pointer;
    display: block;
    margin: 20px auto;
}
input[type="submit"]:hover {
    color: #7dfdb9;
    text-shadow: 0 0 10px rgba(125, 253, 185, 0.5);
    transition: background-color 0.3s ease;
    transition: transform 0.3s ease;
    transform: scale(1.1);
    text-decoration: underline;
}
.card-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.card-list a {
    background-color: #2f98a6;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px;
    width: 200px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    text-decoration: none;
    color: black;
}
.card-list a:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.hero {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 100px;
    padding: 10px 0;
    background-color: rgba(255, 211, 153, 0.8);
}
.box {
    width: 100px;
    background-color: rgba(255, 211, 153, 0.8);
    margin-top: 50px;
    margin-bottom: 100px;
    margin: 0 auto;
    padding: 20px;
}

:root {
    --rgba-text-color: rgba(0, 0, 0, 1);
}

main.text-area p {
    color: var(--rgba-text-color);
}

.color-panel {
    width: min(90%, 220px);
    margin: 16px auto 48px;
    padding: 8px 10px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(10px);
}

.color-panel h2 {
    margin-bottom: 6px;
    font-size: 18px;
    color: #ffffff;
}

.slider-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    margin: 6px 0;
}

.slider-row label {
    min-width: 20px;
    font-size: 12px;
    color: #ffffff;
}

.slider-row input[type="range"] {
    width: 100%;
}

.color-preview {
    margin-top: 8px;
    padding: 8px 10px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.18);
    color: black;
    font-size: 12px;
    text-align: center;
}
