body {
    background-color: #222;
    color: #fff;
    overflow-y: hidden;
}

.parentBlock {
    /*border: 1px solid red;*/

    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    margin-top: 1%;
    margin-left: 30%;
    overflow: hidden;
}

h1 {
    position: relative;
    text-align: center;
    font-family: 'New Rocker', cursive;
    font-size: 7vw;
    margin: 0;
}

.secondPhrath {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.sc {
    position: absolute;
    background-color: #fff;
    transform: skew(35deg) rotate(35deg);
}

.block1 {
    top: 45%;
    width: 10%;
    height: 30%;
    z-index: 3;
}

.block1_1 {
    top: 45%;

    width: 40%;
    height: 15%;
    transform: skew(35deg) rotate(15deg);
    border: 4px solid #000;
    z-index: 2;
}

.block2 {
    width: 10%;
    height: 80%;

    top: 10%;
    left: 15%;
}

.block3 {
    width: 10%;
    height: 70%;

    top: 30%;
    left: 30%;
}

.block4 {
    width: 10%;
    height: 60%;
    top: 35%;
    left: 45%;
}

.block5 {
    width: 10%;
    height: 60%;
    top: 25%;
    left: 60%;
}

.rockImg {
    display: block;
    width: 300px;
    height: 300px;
    margin: 0 auto;
}

.aboutMe a {
    display: block;
    width: 30%;
    position: fixed;
    bottom: .1%;
    left: 20px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.5em;
    font-family: "Roboto", sans-serif;
    text-decoration: none
}

.controls{
    cursor: pointer;
    font-size: 3em;
    color: rgba(255, 255, 255, 0.6);
    z-index:3;
    left: 93%;
    bottom: 0;
}
.show{
    display:block;
}
.hide{
    display: none;
}