.header {
    text-align: center;
    position: relative;
    left: 600px;
    top: -350px;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    background-color: #f8f8f8;
    color: white; 
}


body {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: url('files/spacebackground.jpeg') no-repeat center center fixed;
    background-size: cover;
}

.container {
    text-align: center;
}

.game-trigger {
    width: 30%; 
    height: auto; 
    margin: 10px;
    cursor: pointer;
}

.game-trigger:first-child {
    float: left; 
}


game-trigger:nth-child(2) {
    float: right; 
}

.game-trigger:last-child {
    clear: both; 
    margin: 10px auto; 
}