.page-fixed { position: fixed; top: 0; left: 0; height: 100vh; width: 100vw; }

.page-fixed .container {  max-width: 650px; width: 100%; margin: 0 auto; }
.page-fixed .container .col { padding: 0 15px; }

.page-fixed .container .col .logo { background: url('../images/logos/whiteLogo.svg') center center no-repeat; height: 160px; width: 100%; background-size: cover; }
.page-fixed .container .col .actions { padding: 30px; text-align: center; }
.page-fixed .container .col .actions a { display: inline-block; color: var( --color-florida-orange ); background: #fff; border-radius: 20px; line-height: 40px; padding: 0 25px; 
    text-transform: uppercase; letter-spacing: 2px; font-weight: bold; }
