body {
    text-align: center;
}

.rand   {
        margin: auto;
        width:900px;
        height:675px;
        margin-top:1%;
        text-align: center;
        position: relative;
        }

a       {
        text-decoration: none;
        font-family: sans-serif, Century Gothic;
        font-size: 20px;
        font-weight: bold;
        color: #740707;
        }

.enter  {
        position:absolute;
        z-index:2;
        top:260px;
        left:410px;
        }

.copy   {
        position:absolute;
        z-index:5;
        top:657px;
        left:62px;
        }

