    h1 {
    color:white; text-decoration:none; font-size:64px;
    }


    p {
    color: white; font-size:32px; text-align: center; display: inline-block;

    }

    a {
    text-decoration:none; font-size:48px; text-align: center;
    }

    body {
    background-color:#07141A;
    }

    .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    }

    .bottomleft {
    position: fixed; bottom: 56px; left: 56px;
    }

    .bottomright {
    position: fixed; bottom: 56px; right:56px;
    }
