input{
    margin: 10px;
}
#avatars {
    border-radius: 100%;
    width: 100%;
    max-height: 300px;
    object-fit:cover;
    
}

#forty {
    font-size: 60px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.cute-button {
    padding: 15px 25px;
    font-size: 16px;
    color: white;
    background-color: #ff6b81; /* Soft pink color */
    border: none;
    border-radius: 25px; /* Rounded corners */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
}

.cute-button:hover {
    background-color: #ff4d69; /* Darker pink on hover */
    transform: scale(1.05); /* Slightly larger on hover */
}

.cute-button:active {
    transform: scale(0.95); /* Smaller when clicked */
}
.cute-input {
    padding: 15px;
    caret-color: red;
    caret-shape:block;
    font-size: 16px;
    color: #333;
    width: 75%;
    border: 2px solid #ff6b81; /* Soft pink border */
    border-radius: 25px; /* Rounded corners */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    outline: none; /* Remove default outline */
    filter: drop-shadow(0 0mm 0mm rgb(160, 0, 210));
    transition: border-color 0.3s, box-shadow 0.3s, filter 0.3s;
    margin-left: auto;
    margin-right: auto;
}
.spin {
    animation: spin 4s linear infinite;
    transform: rotate(360deg);
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100%{
      transform: rotate(var(360deg));
    }
  }
  .snowflake {
    filter: brightness(0) saturate(100%) invert(40%) sepia(100%) saturate(1000%) hue-rotate(180deg);
}
  .spin2 {
    animation: spin 4s linear infinite;
    transform: rotate(-360deg);
  }
  .death {
    animation: die 0.1s linear 1
  }
  @keyframes die {
    0% {
       opacity: 1;
    }
    100% {
        opacity: 0;
    }
  }
  @keyframes spin2 {
    0% {
      transform: rotate(0deg);
    }
    100%{
      transform: rotate(var(-360deg));
    }
  }
  
.wings {
    background-image: url('./media/wings.webp');
}
.wings2 {
    background-image: url('./media/wings.webp');
    transform: rotateY(180deg);
}

body {
       display: flex;
         /*   align-items: center;*/
            justify-content: center;
}
.cutesy {
    color: magenta;
    font-family: 'Chococooky';
    font-size: 30px;
    margin: 0px;
}
@font-face {
    src: url('./media/Chococooky.ttf');
    font-family:'Chococooky';
    font-style: normal;
  }
.cute-input:focus {
    filter: drop-shadow(0 0mm 1mm rgb(160, 0, 210));
    transition: filter 0.3s;
    border-color: #ff4d69; /* Darker pink on focus */
    box-shadow: 0 0 8px rgba(255, 107, 129, 0.5); /* Glow effect */
}

.cute-input::placeholder {
    color: #aaa; /* Lighter color for placeholder */
    opacity: 1; /* Make sure the placeholder is visible */
}
#foot {
    text-align: center;
    position: fixed;
    z-index: 100;
    bottom: 10px;
    left: 10px
}

.emoji {
    max-width: 25px;
}
.emoji2 {
    max-width: 50px;
    animation: shrinkGrow 1s infinite ease-in-out; /* Infinite animation */

}
@keyframes shrinkGrow {
    0%, 100% {
        transform: scale(1); /* Original size */
    }
    50% {
        transform: scale(0.5); /* Shrink 100%50% */
    }
}
div {
    overflow-wrap: anywhere;
    margin: auto;
    max-width: 400px;

}

#main,#main2 {
    border-style: dotted;
    border-color:  rgba(186, 23, 164, 0.2);
    position: relative;
    padding: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    background-color: rgba(186, 23, 164, 0.2);
    border-radius: 3px;
    z-index: 1;
    max-width: fit-content;
    max-height: 50%;
    overflow-y: hidden;
}
@font-face {
    font-family: 'Choco';
    src: url('./media/Chococooky.ttf') format('woff2'), /* Super Modern Browsers */
         url('/media/Chococooky.ttf') format('woff'); /* Pretty Modern Browsers */
    font-weight: normal;
    font-style: normal;
}
#main2 {
    border-color:  rgba(23, 186, 175, 0.2);
    background-color: rgba(23, 186, 175, 0.2);
    position: fixed;
    top:25%;
    z-index: 1;
    max-width: 300px;

}

.preview {
    width: 100%
}

iframe {
    width: 100%
}

audio {
    max-width: 100%;
}

#bg {
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    display:none
}
.test {
    max-width: 100%;
    background-color: red;
   
}
.introCircles {
animation: grow 15s forwards;
position: absolute;
}
@keyframes grow {
    0% {
        opacity: 0.7;
        width: 50px;
        height: 50px;
    }
    100% {
        opacity: 0;
        width: 300px;
        height: 300px;
    }
}
#box {
    width:100%;
    height:100%;
    position: fixed;
    background-color: rgb(0, 0, 0);
    z-index: 0;
    margin: 0px;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: 0px;
    overflow: hidden;

}

.holder {
    background-color: red;
    border-color: aliceblue;
    border-style: solid;
    border-radius: 10px;
    padding: 20px;
    margin: 15px;
}

body {
    background-color: rgb(70, 70, 70);
    font-family: 'Courier New', Courier, monospace;
}

html {
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

html::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

p,
h1 {
    color: white;
}

.cursive {
    font-style: italic;
    font-size: 12px;
}



.clickable {
    cursor: pointer;
}

#code {
    height: 150px;
    background-color: black;
    text-align: left;
    border-color: darkgray;
    border-style: solid;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow-wrap: break-word;
    max-width: 300px;
    border-radius: 5px;
    cursor: pointer;
}


.raw {
    font-size: 12px;
    font-family: 'Courier New', Courier, monospace
}

.fancy {
    font-size: 24px;

}