body {
    background-image: url(scenestarzzz.jpg);
    font-family: 'Courier New', Courier, monospace;
    color: white;
}

div {
    background-color: rgba(16, 0, 29, 0.75);
    width: 700px;
    height: 500px;
    margin: auto;
}

.gatewaytxt {
    text-align: center;
    padding-top: 15%;
}

.gateway {
    text-align: center;
    font-size: 125px;
    margin: 50px;
}

a {
    text-decoration: none;
    color: rgb(172, 88, 241);
}

a:hover {
    color: white;
}