
/* My CSS for Page effects */

body{
    background-color: rgb(0, 0, 0);
}
    /* My CSS for Text */
h1{ 
    text-align: center;
    color: #00FF73;
    font-family: 'Press Start 2P', sans-serif; font-weight: normal;
    
}
h2{ 
    text-align: center;
    color: #00FF73;
    font-family: 'Press Start 2P', sans-serif; font-weight: normal
}
h3{ 
    color: #00FF73;
    font-family: 'Press Start 2P', sans-serif; font-weight: normal
}
h4{ 
    color: #00FF73;
    font-family: 'Press Start 2P', sans-serif; font-weight: normal
}
h5{ 
    font-family: 'Press Start 2P', sans-serif; font-weight: normal
}
h6{ 
    color: #00FF73;
    font-family: 'Press Start 2P', sans-serif; font-weight: normal
}
p{ 
    color: #00FF73;
    font-family: 'Press Start 2P', sans-serif; font-weight: normal
}
.link{ 
    text-align: center;
    color: #00FF73;
    font-family: 'Press Start 2P', sans-serif; font-weight: normal
}

h4{ 
    color: #00FF73;
    font-family: 'Press Start 2P', sans-serif; font-weight: normal
}

h5{ 
    font-family: 'Press Start 2P', sans-serif; font-weight: normal
}

h6{ 
    color: #00FF73;
    font-family: 'Press Start 2P', sans-serif; font-weight: normal
}

p{ 
    color: #00FF73;
    font-family: 'Press Start 2P', sans-serif; font-weight: normal
}
    
hr{
    border: 0;
    height: 1px;
    background: #00FF41;
    width: 100%;
    margin: 20px 0;
}
    
.link{ 
    color: black;
    text-align: center;
    font-family: 'Press Start 2P', sans-serif; font-weight: normal
}

a{ 
    color: black;
    text-align: center;
    font-family: 'Press Start 2P', sans-serif; font-weight: normal
}

hr{
    border: 0;
    height: 1px;
    background: #00FF73;
    width: 100%;
    margin: 20px 0;
}
    
#audio-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.media {
    text-align: center;
}

.talking{
    text-align: center;
}
