body {
    background-color: black;
}

footer {
    text-align: center;
    color: gray;
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
}

.container {
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    margin-top: 5%;
    height: 800px;
    position: relative;
}

.main {
    width: 500px;
    height: 500px;
    background-color: black;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.logoText {
    font-size: 150px; 
    text-shadow: -3px 0px 0px green, 3px 0px 0px green, 0px -3px 0px green, 0px 3px 0px green;
}

