h1, h2, h3, h4, h5, h6, p, b, i {
    margin: 0;
    text-shadow: 3px 3px 4px rgb(0, 135, 159, 0.5), -3px -3px 4px rgb(0, 135, 159), -3px 3px 4px rgb(0, 135, 159), 3px -3px 4px rgb(0, 135, 159);
    cursor: default;
}

html {
  background-image: 
    linear-gradient(to right, rgb(0, 70, 80) 0%, rgb(0, 15, 25) 100%),
    url('noise.png');
  
  background-blend-mode: overlay;
  background-repeat: repeat;
  background-size: auto;
}

.screen {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100dvh;
    flex-direction: column;
}

.title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.subT {
    display: flex;
    justify-content: center;
    align-items: center;
}

#typed {
    color: rgb(0, 135, 159);
    text-shadow: none;
    cursor: pointer;
}

#typed.typed-shine {
    text-shadow: 1px 1px 5px rgba(0, 135, 159, 0.5), -1px -1px 5px rgba(0, 135, 159, 0.5), -1px 1px 5px rgba(0, 135, 159, 0.5), 1px -1px 5px rgba(0, 135, 159, 0.5);
}

.sporkA {
    
}