/*################
##### GLOBAL #####
################*/

* {
    font-family: undertaleMono;
}


/*###############
##### FONTS #####
###############*/

@font-face {
    font-family: undertaleMono;
    src: url("./fonts/DeterminationMonoWebRegular-Z5oq.woff2");
    color: #ffffff;
}

/*##################
##### ELEMENTS #####
##################*/

body {
    font-size: 26pt;
    background-color: #000000;
    
}

ul {
    list-style: none;
    border: 6px solid #fff;
    width: 625px;
    height: auto;
    padding: 0;
}

li {
    margin-left: 20px;
    margin-top: 20px;
    margin-right: 20px;
    line-height: 15px;
    word-spacing: 5px;
    letter-spacing: 2px;
    display: flex;
    color: #ffffff;
}

/*#################
##### CLASSES #####
#################*/



.container {
    display: grid;
    
    justify-items: center;
    align-items: center;
    
    
}


.dialog {
    grid-template-columns: 1fr [box1] 600px 1fr;
    place-self: center;
    grid-area: box;
}

/*############
##### ID #####
############*/


#landing {
    grid-template-columns: 10% [welcome] 650px 1fr;
}

#test {
    grid-area: welcome;
}

#mutti {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    height: auto;
    
}

.mutti ul {
    height: auto;
}
