@import url(https://fonts.googleapis.com/css?family=Trirong);
.tps{
    text-align: center;
    margin-left: 250px;
    margin-right: 120px;
    font-size: 26px;
    padding: 0px 100px;
    height: 100%;
    }
    
body {
    background-color: rgb(114,120,69);
    display: block;
    unicode-bidi: isolate;
    overflow: hidden;
}

.Principal{
text-align: center;
background-color: rgb(180,196,156);
margin-left: 250px;
margin-right: 120px;
font-size: 26px;
padding: 0px 100px;
height: 100%;
border: 5px solid rgb(60,75,36);
}

.columna{
    background-color:  rgb(180,196,156);
    position: absolute;
    border: 5px solid rgb(60,75,36);
    font-size: 35px;
    text-decoration: none;
    height: 100%;
    width: 8%;
    text-align: center;
    top: 0px;
    left: 0px;
    padding: 15px;
    box-shadow: 10px 0px 25px rgb(76,76,58);
}

button, .paper-btn, [type=button]{
background-color: rgb(180,196,156);
text-decoration: none;
}
img{
    height: 300px;
    width: 300px;
    text-align:center;
}