body{
    background-color: lightgray;
    margin-top: 0px;
    margin: 0px;
}

p{
    font-family: Segoe UI;
}

h1 {
    margin-top: 0px;
    padding-top: 25px;
    color: aliceblue;
    font-family: Verdana;
    font-size: 40px;
}

h2 {
    color:rgb(12, 56, 18);
    text-align: center;
    font-family: Verdana;
}

h3 {
    padding-left: 20px;
    font-family: Verdana;
}

ul {
    padding-left: 75px;
    font-family: Segoe UI;
}

ol{
    padding-left: 75px;
    font-family: Segoe UI;
}

input{
    width: 250px;
    height: 20px;
    background-color: white;
    font-size: large;
    border-style:none;
}

button{
    font-family: Arial;
    background-color: lightblue;
    border-style: solid;
    border-width: 1px;
    height: 30px;
    width: 60px;
}

button:hover{
    cursor:pointer;
    background-color: #69aeb3;
}

.images{
    float:right;
    width:175px;
    height:225px;
    padding-right: 20px;
    padding-top: 50px;
}

#sidebar{
    height: 100%;
    width: 160px; 
    position: fixed; 
    z-index: 1; 
    top: 0; 
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 20px;
    color: white;
}

.main{
    padding: 0px;
    background-color: lightgrey;
    color: black;
    text-align: left;
}

a{
    font-family: Franklin Gothic Medium;
}

label{
    color:white;
    font-family: Verdana;
}

#title{
    background-color: rgba(0, 66, 0, 0.75);
    color: aliceblue;
    text-align: center;
    padding-left: 160px;
}

#changestyle1{
    position: absolute;
    left: 20px;
    top: 60px;
    background-color: #69aeb3;
    border-radius: 20px;
}

#changestyle2{
    position: absolute;
    left: 20px;
    top: 100px;
    border-radius: 20px;
}

#changestyle3{
    position: absolute;
    left: 20px;
    top: 140px;
    border-radius: 20px;
}

.changestyle{
    background-color: #8dced3;
    width: 120px;
    height: 30px;
    border-style: hidden;
}

#pageLayout{
    position: absolute;
    left: 20px;
    top: 20px;
    color: white;
    font-size: 15px;
}

#footer{
    background-color: #28262d;
    text-align: center;
    color:white;
    padding-left: 160px;
}

#tictactoe{
    position: absolute;
    bottom: 108px;
    left: 0px;
    height: 108px;
    width: 160px;
}

#game{
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 108px;
    width: 160px;
}

#others{
    position: absolute;
    left: 10px;
    bottom: 220px;
    color: white;
    font-size: 15px;
}

a:visited{
    color: rgb(183, 97, 183);
}

.onenotelinks{
    padding-left: 60px;
}

img {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

img.animateout {
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

#linkCounter{
    position:absolute;
    bottom: 400px;
    font-family: verdana;
    text-align: center;
    background-color: rgba(255, 69, 0, 0.7);
    border-radius: 15px;
    margin-left: 18px;
    padding: 15px;
}