*{
    box-sizing: border-box;
    margin: 0px
}

body{
    background-color: hsla(0, 0%, 0%, 0.945);
}
h1{
    color: hsl(0, 10%, 86%); font-family: "Rubik Vinyl";
    font-size: 5em;
    text-align:center;
    margin: auto;
    
}
h2{
    width: 31px;
    height: 31px;
    background-color: hsl(298, 98%, 22%);
    box-shadow: 5px 5px 3px hsl(0, 0%, 0%), -5px -5px 3px;
    border: 3px ridge grey;
    border-radius: 5px;
}
#p1{
    color: hsl(0, 1%, 60%); font-family: "lucida console", "courier new";
    font-size: 1em;
    font-weight: bold;
    border: 3px dotted hsl(0, 59%, 31%);
    border-radius: 10px;
    
}
#p2{
    color: hsl(0, 5%, 47%);
    font-style: italic;
    border-bottom: 2px dashed hsl(240, 100%, 27%);
    border-left: 2px double rgb(156, 20, 122);
    border-right: 2px double rgb(22, 247, 14);
    border-top: 2px solid rgb(250, 234, 4);
    border-radius: 15px;
    
}
#p3{
    color: hsl(0, 3%, 40%); font-family: Rajdhani;
}
#p4{
    color: hsl(0, 6%, 38%); font-family: Indie Flower;
}
.odd{
    color: hsl(0, 39%, 46%); font-family: Cinzel;
}
.even{
    color: hsl(120, 50%, 58%); font-family: DotGothic16; 
} 
#button1{
    border-radius: 15px;
    width: 500px;
    height: 100px;
    font-size: 3em;
    background-color: rgb(87, 133, 83);
    border: 10px ridge hsl(162, 64%, 24%);
    margin-left: auto;
    text-shadow: 0px 2px 8px;
    transition: transform 0.2s ease-out 0s;
}
#button1:hover{
    transform:translateY(-5px);
    box-shadow: 0px 5px 20px hsl(115, 23%, 42%);
    background-color: hsl(115, 23%, 39%);
}
.box{
    border: 3px solid;
    height: 250px;
    width: 250px;
    font-size: 5em;
    margin: auto;
    
}
#box1{
    background-color: hsl(0, 100%, 34%);
    margin-top: 50px;
    margin-left: 100px;
    margin-top: 30px;
}
#box2{
    background-color: rgb(0, 0, 167);
    margin: auto;
}
button{
    background-color: hsl(151, 39%, 30%); 
    color: hsl(0, 0%, 85%); 
    border-radius: 5px; 
    margin-left: 5px;
}
#NS{
    float: left;
    margin-right:20px;
}
#pic1{
    float: right;
    height: 180px;
}
#Page3{
    background-color: hsla(0, 0%, 0%, 0.945);
}
.p3but{
    background-color: hsl(352, 90%, 46%);
    height: 40px; width: 100px;
    border-width: 0px;
    border-radius: 1px;
    box-shadow: 0px 0px 3px ;
    margin-left: 5px;
    font-family: "Rubik Spray Paint", Georgia;
    font-size: 15px;
    transition: transform 0.3s ease 0s;
}
.p3but:hover{
    transform: translateY(-3px);
    background-color: hsl(352, 90%, 43%);
    box-shadow: 0px 0px 20px hsl(352, 90%, 46%);
}

#title-bar{
    background-color: hsl(0, 6%, 6%) ;
    position: sticky;
    top: 0px;
    width: 100vw;
}
#top{
    position: sticky;
    top:0px
}
.gicon{
    height: 276px;
    width: 406px;
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: hsla(0, 0%, 8%, 0.945);
    border-radius: 15px;
    overflow: hidden;
    float: left;
    transition: transform 0.5s ease 0s, height 0.5s ease 0.1s, background-color 0.3s ease 0.1s, box-shadow 0.2s ease 0.1s;
    
}
.gicon:hover{
    transform: translateY(-5px);
    background-color: hsl(352, 89%, 39%);
    height: 400px;
    width: 406px;
    box-shadow: 0px 0px 50px hsl(352, 90%, 46%);
}
.gimg{
    margin-left: -6px;
    margin-top: 5px;
    margin-right: 5px;
    border-radius: 10px;
    width: 396px;
}
.gtitle{
    text-align: center;
    color: hsl(0, 10%, 86%) ; font-family: "Rubik spray paint";
    font-weight: 100;
    margin-top: 13px;
    margin-bottom: 22px;
}
.gdes{
    color: hsl(0, 10%, 86%);
    font-family: "Encode Sans SC";
    margin: 10px;
    margin-left: -5px;
    padding: 1px;
}
.giconbutt{
    background-color: rgba(240, 248, 255, 0); 
    border-width: 0px;
}
.gicon:active{
    background-color: hsl(352, 90%, 30%);
}



body{
    margin: 0px;
    padding: 0px;
}
#game1body{
    background-color: hsla(0, 0%, 0%, 0.945);
    background-image: url(images/game1.jpg);
    background-repeat: none;
    background-attachment: fixed;
    background-size: cover;
}
.navbar{
    background-color: hsla(0, 0%, 0%, 0.87);
    box-shadow: 0px 3px 3px rgb(17, 17, 17);
}
.navbar ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    
    
}
.navbar a{
    height: 100%;
    padding: 0px 35px;
    text-decoration: none;
    color: whitesmoke;
    align-items: center;
    display: flex;
}
.navbar a:hover{
    background-color:  hsl(352, 89%, 39%);
}
.navbar li{
   height: 50px;
}
.navbar li:first-child{
    margin-right: auto;
    font-family: "Rubik Vinyl" , sans-serif;
    font-size: 1.5em;   
}

