.block{
    width: 200px;
    height: 200px;
    position: relative;
    border: 1px solid #000;
    z-index: 100000;
    left: 20%;
    font-family: Avantgarde, TeX Gyre Adventor, URW Gothic L, sans-serif;

}

#two{
    color: black;
    background: white;
    /*width: 93%;*/
    width: 100%;
    /*height: 95%;*/
    height: 100%;
    position: relative;
    display: inline-block;
    box-sizing: content-box;
    padding-bottom: 1%;
    padding-top: 2%;
    bottom: 0;
    /*margin-top: 10%;*/
    /*margin-top: 16%;*/
    margin-top: 50px;
    /*left: -1.5%;*/
    text-align: center;
    font-size: 20px;
    font-family: Avantgarde, TeX Gyre Adventor, URW Gothic L, sans-serif;
    /*padding-top: 100%;*/
    border-radius: 9px;
    overflow: auto;
    /*line-height: 36px;*/
    line-height: 30px;
    /*max-height: 50%;*/
}
#two:target{
    display: block;

}
#two a{
    color: #ccc;
    width: 100%;
    height: 100%;
    font-size: 30px;
    font-family: Avantgarde, TeX Gyre Adventor, URW Gothic L, sans-serif;
}

#three {
    padding-top: 5%;
    line-height: 36px;
}

