@font-face {
            font-family: 'Raspoutine Medium';
            src: url(images/KBTropicalVACATION.ttf);
        }
        body {
            font-family: 'Raspoutine Medium', Arial, Helvetica, san-serif;
            text-align: center;
font-size:400;
        }
        #exactCenter {
            position: absolute;
            margin: auto;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: 30%;
            height: 35%;
            background-color: #fff;
        }
        #float {
            top: 20px;
            left: 3%;
            position: absolute;
            margin: auto;
            width: 10%;
            height: 15%;
            background-color: white;
            font-size: 158px;
        }