#btn-1 {position: absolute; bottom: 90px; right: 50px;}
#btn-2 {position: absolute; top: 140px; left: 50px;}
#btn-3 {position: absolute; top: 50px; right: 120px;}
#btn-4 {position: absolute; bottom: 30px; left: 20px;}
#btn-5 {position: absolute; top: 20px; left: 100px;}
#btn-6 {position: absolute; bottom: 170px; right: 10px;}

#content {position: relative;width: 500px;height: 400px;}
#logo {position: absolute;left: 100px;}
#logo-image {cursor: pointer;}
#text-writer {position: absolute;width: 500px;height: 400px;padding: 80px 0 0 15px;color: #07f307;display: none;}

.absolute-center {height:500px;width:500px;margin:auto;position:absolute;left:50%;top:50%;margin-left:-250px;margin-top:-250px;}
.hs-btn {position: absolute;width: 25px;height: 25px;padding: 0 0 10px 7px;color: #05A905;cursor: pointer;}
.hs-btn.cursor-default {cursor: default;}
.blinking-prompt {color: #07f307;}
.ta-left {text-align: left;}
.ta-center {text-align: center;}
.ta-right {text-align: right;}
.t-small {font-size: 14px;}
.t-smaller {font-size: 12px;}
.t-line-through {text-decoration: line-through;}