@font-face {
    font-family: Special_Elite;
    src: url(SpecialElite.ttf);
}

body {
    background-color: white;
}

div.logo {
    position: relative;
    margin-left: 3.1%;
    margin-top: 1.7%;
    font-size: 40px;
    font-family: Special_Elite;
}

a#logo{
    text-decoration: none;
    color: black;
}

a.leak{
    text-decoration: none;
    transition: .3s;
    color: black;
    background-color: black;
}

a.leak:hover{
    text-decoration: none;
    background-color: white;
}

div#content{
    position: absolute;
    color: white;
    line-height: 1;
    font-size: 20px;
    font-family: Special_Elite;
    line-height: 1mm;
    width: fit-content;
    height: fit-content;
    background: black;
    top: 0px;
    left: 0px;
    opacity: 0;
    margin: 0;
}


a.leak:hover + div#content{
    opacity: 1;
}

div.paper {
    width: 21cm;
    height: 29.7cm;
    position: block;
    top: 1cm;
    border: solid;
    border-color: #131313;
    border-width: 2px;
    box-shadow: 2mm 2mm 0.75rem #818181;
    overflow-wrap: break-word;
    margin: auto;
    margin-bottom: 20mm;
}

p.papercontent, audio.papercontent {
    margin: 27mm 16mm 27mm 16mm;
    line-height: 8mm;
    font-size: 20px;
    font-family: Special_Elite;
}

