            .t-box {
                width: 240px;
                height: 240px;
                display: flex;
                justify-content: center;
                align-items: center;
                color: white;
                border: 1px solid;
                border-radius: 10px;
                font-size: 28px;
            }
            .t-box-mini-high {
                width: 90px;
                height: 62px;
                display: flex;
                justify-content: center;
                align-items: center;
                color: white;
                border: 1px solid;
                border-radius: 10px;
                font-size: 16px;
            }
	    .t-box-mini {
                width: 90px;
                height: 52px;
                display: flex;
                justify-content: center;
                align-items: center;
                color: white;
                border: 1px solid;
                border-radius: 10px;
                font-size: 16px;
            }
            .t-link {
                color: white;
                text-decoration: none;
            }

            .t-link:hover {
                color: white;
                text-decoration: none;
            }
            .spacer {
                margin: 20px 9px;
            }
            #logoicon {
                width: 145px;
                height: 80px;
            }


