    #contact {
        padding-top: 30%;
        visibility: hidden;
        
    }
    #contactlink {
        text-align: right;
        padding-left: 70%;
        margin-top: 60%;
    }
    #play:hover{
        cursor: pointer;
    }
    #pause:hover{
        cursor: pointer;
    }
    #audio_box {
        width: 590px;
        //background-color: #EEF3E2;
        text-align: left;
        height: 15em;
        border-radius: 6em;
        //border: solid 1px white;
    }
    body{
        background-color: #F0F8FF ;
    }
    #placeholder{
        width: 3em;
    }
    #text {
        font-family: "Courier New", Courier, monospace;
        padding-left: 2em;
        margin-top: 4em;
        width: 50%;
    }
    .inverted {
        -webkit-filter: invert(0.1);
        filter: invert(0.1);
        transition: 0.7s;
    }
    #controls a {
        cursor: pointer;
    
    }
    #controls {
        
    }

    a:hover {
        cursor:pointer;
	text-decoration:none
    }

