
body {
    text-align: center;
    color: aliceblue;
    background: rgba(0,0,0,0.8);
    /* margin-top: 5%; */

    background: url(./handmade-web2.png);
        
    
    
}



  

h1{
font-size:28px;
color:#ffcdee;
/* text-transform:uppercase; */
text-align:center
}
h2{ 
 font-size:18px; 
 color:#C6EB04; 
 text-align:center;
 /* text-transform:uppercase; */
 text-shadow:0 0 10px #89d18f}
h3{ font-size:11px;  color:#f5a9e1;}
/* .bounce {
 height: 50px;	
 overflow: hidden;
 position: relative;
 font-weight:bold;
 background: #f3f781;
 color: #000;
 border: 1px solid #ccc;
} */
.bounce p {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(50%);
 -webkit-transform:translateX(50%);	
 transform:translateX(50%);
 /* Apply animation to this element */	
 -moz-animation: bouncing-text 5s linear infinite alternate;
 -webkit-animation: bouncing-text 5s linear infinite alternate;
 animation: bouncing-text 5s linear infinite alternate;
}
/* Move it (define the animation) */
@-moz-keyframes bouncing-text {
 0%   { -moz-transform: translateX(50%); }
 100% { -moz-transform: translateX(-50%); }
}
@-webkit-keyframes bouncing-text {
 0%   { -webkit-transform: translateX(50%); }
 100% { -webkit-transform: translateX(-50%); }
}
@keyframes bouncing-text {
 0%   { 
 -moz-transform: translateX(50%); /* Browser bug fix */
 -webkit-transform: translateX(50%); /* Browser bug fix */
 transform: translateX(50%); 		
 }
 100% { 
 -moz-transform: translateX(-50%); /* Browser bug fix */
 -webkit-transform: translateX(-50%); /* Browser bug fix */
 transform: translateX(-50%); 
 }
}

.marquee {
 height: 50px;	
 overflow: hidden;
 position: relative;
 background: #ff3bb7;
 color: #000;
 font-weight:bold;
 font-size:16px;
 border: 1px solid #ccc;
}
.marquee p {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: scroll-left 5s linear infinite;
 -webkit-animation: scroll-left 5s linear infinite;
 animation: scroll-left 5s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
 0%   { 
 -moz-transform: translateX(100%); /* Browser bug fix */
 -webkit-transform: translateX(100%); /* Browser bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Browser bug fix */
 -webkit-transform: translateX(-100%); /* Browser bug fix */
 transform: translateX(-100%); 
 }
}

.marquee-outer {
 height: 100px;	
 overflow: hidden;
 position: relative;
 color: #FFFFFF;
 BACKGROUND:#ff6fa6;
}
.marquee-inner {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: scroll-left 5s linear infinite;
 -webkit-animation: scroll-left 5s linear infinite;
 animation: scroll-left 5s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
 0%   { 
 -moz-transform: translateX(100%); /* Browser bug fix */
 -webkit-transform: translateX(100%); /* Browser bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Browser bug fix */
 -webkit-transform: translateX(-100%); /* Browser bug fix */
 transform: translateX(-100%); 
 }
}
.html-marquee {
overflow: hidden;
 position: relative;
 background: #95ce87;
 color: rgb(0, 0, 0);
 font-weight:bold;
 font-size:30px;
 border: 1px solid black;
}
  


.dot {
    size-adjust: 100px;
}
main.directory {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

main {
    margin: 10px 6px;
}

article {
    /* display: grid; */
    /* grid-template-columns: max-content 1fr; */
    /* grid-gap: 10px; */
    margin-bottom: 5px;
    /* background-color: lightblue; */
}

element.style {
    background-color: red;
}

article .dot {
    border-radius: 40%;
    border: 1px dashed rgb(119, 230, 147);
    width: 150px;
    height: 150px;
    margin-bottom: auto;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

@media (max-width: 535px)
{header a.title {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;}
}
@media (max-width: 535px)
{header a.title b {
    margin-bottom: 4px;
}
}

b {
    font-weight: bold;
}

header a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 70px;
    color: rgb(255, 255, 255);
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}
header i {
    font-size: 30px;
    
}

#byline {
    color: #93A3EE;
}

@media (min-width: 535px)
{main.list {
    grid-template-columns: 1fr;}}

    @media (max-width: 535px)
{header a.title i {
    font-size: 12px;
}}
.cursor-line {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    z-index: 7;
    opacity: 1;
    transition: opacity 1s;
}

.cursor-line line {
    stroke: #b4d97825;
    stroke-width: 20;
    stroke-linecap:unset;
}

#svg2 line {
    stroke: #bcffc817;
}

#svg3 line {
    stroke: #5da0df3a;
}

#svg4 line {
    stroke: #ffff003b;
}

#svg5 line {
    stroke: #f98bff4e;
}

body {
    background-color: black;
    /* background-image: linear-gradient(rgba(255, 255, 255, 0.71), rgba(255, 255, 255, 0)); */
    

}

@media (max-width: 535px)
{nav a {
    margin-bottom: 2px;
    margin-right: 10px;
    text-decoration: none;
} }

a {
    color: rgb(255, 255, 255)
}

input[type="text" i] {
    padding: 1px 2px;
}

input {
    writing-mode: horizontal-tb !important;
    
    text-rendering: auto;
    color: fieldtext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    -webkit-rtl-ordering: logical;
    cursor: text;
    background-color: field;
    margin: 0em;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}
.search-bar button {
    background-color: transparent;
    border: 1px solid black;
    border-radius: 4px;
    padding: 5.5px;
    cursor: pointer;
}
.title-word {
    animation: color-animation 2s linear infinite;
  }
  
  .title-word-1 {
    --color-1: #ffffff;
    --color-2: #000000;
    --color-3: #ffffff;
  }
  
  .title-word-2 {
    --color-1: #000000;
    --color-2: #ffffff;
    --color-3: #000000;
  }
  
  .title-word-3 {
    --color-1: #ffffff;
    --color-2: #000000;
    --color-3: #ffffff;
  }
  
  .title-word-4 {
    --color-1: #000000;
    --color-2: #ffffff;
    --color-3: #000000;
  }

  .title-word-5 {
    --color-1: rgb(255, 255, 255);
    --color-2: rgb(0, 0, 0);
    --color-3: rgb(255, 255, 255);
  }
  .title-word-6 {
    --color-1: #8ffa8962;
    --color-2: #4dcc7ac0;
    --color-3: #86ff88b6;
  }
  
  @keyframes color-animation {
    0%    {color: var(--color-1)}
    32%   {color: var(--color-1)}
    33%   {color: var(--color-2)}
    65%   {color: var(--color-2)}
    66%   {color: var(--color-3)}
    99%   {color: var(--color-3)}
    100%  {color: var(--color-1)}
  }
  
  /* Here are just some visual styles. 🖌 */
  
  .container {
    display: grid;
    place-items: center;  
    text-align: center;
    height: 95vh
  }
  
  .title {
    font-family:"Courier New", Courier, "Lucida Sans Typewriter";
    font-weight: 700;
    font-size: 2.7vw;
    /* text-transform: uppercase; */
  }

  .sub {
    font-family:"Courier New", Courier, "Lucida Sans Typewriter";
    font-weight: 300;
    font-size: 1.5vw;}
/* .animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      font-size: 190px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.animate-charcter {
    font-size: 40px;
} */

