@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap');

body{
  background-color:black;
  
  background-image: repeating-linear-gradient(0deg, #181818aa 0px, #181818aa 2px, #000000aa 2px, #000000aa 20px);

  color:rgb(31, 153, 141);
  text-align: center;
  font-family: "Pixelify Sans",sans-serif;
  }

#title{
    color:aquamarine;
    text-shadow: 0px 12px 5px #e0ffff55;

    text-align: center; 
    font-size: 96px;
    margin-bottom: 12px;
}

#lukas{
    align-self: center; 
    display: block;

    width: 64px;
    height: 64px;

    margin-left: auto;
    margin-right: auto;
    margin-bottom: 64px;
}

#id-content{
    background-color: #01051c;
    border: #537794 2px solid;


    width: 75%;
    justify-self: center;

}

#press-start{
    font-size: x-large;
    color: aliceblue;
    text-shadow: 0px 0px 5px #aaffde;

    
}

#title{
    width: 100%;
    max-width: 640px;
}

/* */

#main-menu{
    /*display: grid;*/
    display: none;
}

.big-link{

    font-size: xx-large;
    color: #cff5cf;

    padding: 2px;
}

.small-link{

    font-size: larger;
    color: #b0d9d3;

    padding: 1px;
}

.select-button{
    background-color: transparent; 
    border: none;
    padding: 0px 10px;
    cursor: pointer;
}

.select-button-image{
    height: 100%; 
    min-width: 128px;
    min-height: 128px;
}

#other-menu-options{
    color: white;
    font-size: large;
}

.menu-option-link{
    text-decoration: none;
    color: aquamarine;
}

#credits{
    color: gray;
    font-size: smaller;
}