body{
	background-color: #000000;
	overflow: hidden;
}
.container{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    height: 100vh;
}
.popup{
    background: url(background.png) no-repeat center 35%;
   background-size: cover;
    height: 674px;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 15px;
    flex-wrap: wrap;
}
.font-orbitron{
    font-family: "Orbitron", sans-serif;
}
.font-roboto{
    font-family: "Roboto", sans-serif;
}
.header{
    padding: 25px 15px;
}
#title{
    font-size: 2rem;
    color: white;
    text-align: center;
    text-shadow: 0px 0px 30px #ff1744,0px 0px 30px #ff1744,0px 0px 30px white,0px 0px 10px #553300,0px 0px 10px #553300;
}
#subtitle{
    font-size: 1.3rem;
    color: white;
    text-align: center;
    padding: 25px 0;
}
#subtitle span{
    color: #ff1744;
}
#button-container{
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 10px;
    flex-direction: column;
    align-items: center;
}
.feature{
    color: white;
    margin: auto;
}
#gx-btn{
    background: url('button.png') no-repeat center center;
    border: none;
    color: white;
    padding: 35px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.3rem;
    border-radius: 8px;
    cursor: pointer;
    background-size: 60% auto;
    width: 400px;
}