#sergio1 {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 50%;
}

#construsao1 {
    position: absolute;
    bottom: 0%;
    right: 5%;
    width: 30%; 
}

#qm{
    position: absolute;
    bottom:0%;
    left:40%;
    width:2%;
}

#print{
    position: absolute;
    top: 0;
    right:0;
    width: 50.55%;
}

#print2{
    position:absolute;
    left:0;
    bottom:0;
    width:65%;
}

#print3{
    position:absolute;
    right:0;
    bottom:0;
    height:40%;
}

.yin{
    transform: translateY(-50%) scale(5,5);
    font-size: 4rem;
    line-height:1;
}

.yin.right{
    position:absolute;
    bottom:10%;
    left:18%;
}

a{
    text-decoration: none;
    color:black;
}

body{
      overflow: hidden;
}