/* font */
@font-face {
  font-family: 'trunkset'; 
  src: url('https://lonelyseabird.neocities.org/seabird_website/Pixelify.ttf') format('woff2'),
       url('https://lonelyseabird.neocities.org/seabird_website/Pixelify.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'roboto'; 
  src: url('https://lonelyseabird.neocities.org/seabird_website/Roboto.ttf') format('woff2'),
       url('https://lonelyseabird.neocities.org/seabird_website/Roboto.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html, body {
    overflow: hidden; 
}

/* interactive area */
.canvas {
    position: absolute;
    width: 100%;   
    height: 100%;   
}

/* text */
h1 {
    font-family: 'roboto'; 
    font-weight: 'bold';
    color: white;
    z-index: 90;
    font-size: 6vw;
    margin-top: 3.5vw;
    margin-left: 44vw;
}

h2 {
    font-family: 'Roboto'; 
    color: white;
    z-index: 90;
    font-size: 1.2vw;
    margin-left: 46vw;
    margin-top: -4vw;
}

/* mp3 */
.screen {
  background-color: #191919;
  border-radius: 15px;
  padding: 0 4px;
  width: 40vw;       
  max-width: 300px;   
  display: flex;
  z-index: 98;
  position: absolute;
}
.screenR {
  font-family: 'trunkset'; 
  font-size: 1.2vw;
  color: white;
  height: 100%;
  width: 100%;
  display: inline-block;
  position: absolute;
  border-radius: 10px;
  z-index: 98;
}

.skip {
    position: absolute;
    z-index:99;
}


/* background */
.background {
  position: absolute;
  width: 100%;   
  height: 100%;   
  z-index: -1;
}

/* icon 2 */
.icon2 {
  display: inline-block;
  position: absolute;
  background-image: url('https://lonelyseabird.neocities.org/seabird_website/images/me_pixel.png'); 
  background-size: cover;
  z-index: 80;
}

/* icon 3 */
.icon3 {
  display: inline-block;
  position: absolute;
  background-image: url('https://lonelyseabird.neocities.org/seabird_website/images/speech2.png'); 
  background-size: cover;
  z-index: 80;
}

.text {
  position: absolute;
  z-index: 99;
  font-family: 'trunkset'; 
  color: black;
  font-size: 2vw;
  margin-left: 42vw;
  margin-top: 12vw;
}
  
.album_art {
  width: fit-content;
  height: fit-content;
  display: inline-block;
  position: absolute;
  z-index: 80;
}

.audio_player { 
  width: 20vw;
  position: absolute;
  z-index: 200;
}

audio {
  width: 100% !important;
  display: block;
}
