
h1{
    font-weight:bold;
    text-decoration: underline;
    font-size: 75px;
}

body{
    font-family: 'Games', sans-serif;
    text-align: center;
    /* background-color: lightcoral; */
    background-image: url("background.jpeg");
    background-size: 100%;
    background-repeat:repeat-y;
    background-attachment: fixed;
    font-size: 25px;
    align-items: center;
    margin: 0;
}

.Category{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: inline-flex;
}



#navigation{
    list-style: none;
    font-size: 25px;
    text-align: right;
    margin-right: 30px;
    
}

#Start{
    font-size: 75px;
    font-family: 'Games', sans-serif;
    border-radius: 8px;
    color:antiquewhite;
    background-color: rgb(250, 109, 114);
    border-color: beige;
    transition-duration: 0.3s;
    padding: 20px;
}

#Start:hover{
    background-color: indianred;
}

#title{
    list-style: none;
    font-size: 100px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
    padding:0;
}

#title li{
    padding: 0 px;
    margin: 15px;
}

.back{
    text-align: left !important;
    margin-left: 30px;
}

ol{
    /* list-style: none; */
    list-style-position: inside;
    margin-top: 100px;
    padding: 0;
}

ol li{

    background-color: #e95275;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
}

header{
    text-align: left;
    margin: 30px;
}

a:link{
    text-decoration: none;
    color: rgb(255, 30, 98);
}

a:visited{
    color: rgb(139, 0, 49);
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

.Category a{
    display:block;
    color: white;
    text-align: justify;
    padding: 30px 30px;
    margin: 40px;
    text-decoration: none;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
  }

.grid-item {
  padding: 40px;
  text-align: center;
}

#category{
    font-size: 50px;
    font-family: 'Games', sans-serif;
    border-radius: 8px;
    color:antiquewhite;
    background-color: rgb(250, 109, 114);
    border-color: beige;
    transition-duration: 0.3s;
    margin: 4px 2px;
    padding: 16px 40px;
    width: 100%;
}

#category:hover{
    background-color: indianred;
}
