body {
    background-image: url('https://wallpapers.com/images/hd/cyberpunk-pixel-art-kf09bkc14yglqy3g.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

center {
    text-align: center;
}

.hidden {
    display: none;
}

* {
    cursor: url(https://cur.cursors-4u.net/symbols/sym-1/sym46.cur),auto!important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    font-size: 30px;
    margin-bottom: 10px;
    color: #FFF;
    text-shadow: 0 0 10px #000;
    animation: glow 1s ease-in-out infinite alternate;
}

.containerl {
    top: 50%;
    left: 50%;
    z-index: 2;
    display: flex;
    margin: 0 auto;
    padding: 5px 10px;
    object-fit: cover;
    position: absolute;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    object-position: center center;
    transform: translate(-50%,-50%);
    background-position: center top;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
}

#enter-portal {
    color: black;
    font-size: 35px;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    z-index: 1;
}