@font-face{
    font-family: Bite;
    src: url(../Fonts/Spider.ttf)
}
#enter {
    font-family: Bite;
    background-color: #000;
    width: 100%;
    height: 100vh;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    position: absolute;
    transition: .3s ease-in;
    font-size: 24px;
    box-sizing: border-box;
}
body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    background-image: url(/assets/imgs/BG.jpg);
    background-size: cover;
    overflow: hidden;
}
h1{
    color: white;
    text-align: center;
}
img{
    position: relative; left: 835px;
    border-radius: 150px;
}
.links button{
    background-color: transparent;
    position: relative; left: 815px; top: 200px;
    border-radius: 50px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px 1px rgb(251, 252, 252, 1);
    margin-left: 25px;
}
.links button:hover{
    text-decoration: none;
    color: rgb(4, 0, 255);
}