body {
   /* background-color: #0e1311; */
}

.welcome {
   margin-left: auto;
   margin-right: auto;
   margin-top: 3%;
   margin-bottom: 5%;

   align-self: center;
   font-size: 48px;
   color: #60ff5a;
   text-align: center;

   font-family: monospace;

}

main {
   /*
   display: grid;
*/
   display: flex;
   flex-direction: column;
   width: 100%;
   justify-content: center;
   justify-self: center;

}

.link {
   border-radius: 4px;
   text-decoration: none;
   background-color: #030505;
   width: 20%;
   height: 20%;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 2%;
   align-self: center;
   font-size: 24px;
   color: #60ff5a;
   text-align: center;
   font-family: monospace;
   padding: 5px;
}

.unfinished {
   margin-bottom: 2%;
   margin-top: 3%;
   align-self: center;
   color: #0e1311;
   font-size: 20px;
   font-family: monospace;
}
