
#codetext2 {
    font-family: "Jersey 10", sans-serif;
    color: rgb(0, 255, 0);
    font-size: 300%;
    line-height: 30px;
}
#codetext1 {
    font-family: "Jersey 10", sans-serif;
    color: rgb(0, 255, 0);
    font-size: 400%;
    line-height: 30px;
}
#cooldiv {
    width: 40%;
}
.rightdiv {
    position: absolute;
    left:500px;
    top: 150px;
}
.rightdiv2 {
    position: absolute;
    left:600px;
    top: 400px;
}
#Navigation {
  position: relative;
  overflow: hidden;
}
.header {
    font-family: "Jersey 10", sans-serif;
    color: rgb(0, 255, 0);
    font-size: 300%;
    line-height: 5px;
}
.top {
    font-family: "Jersey 10", sans-serif;
    color: rgb(0, 220, 0);
    font-size: 200%;
}

.basic {
    font-family: "Jersey 10", sans-serif;
    color: rgb(0, 174, 0);
    font-size: 250%;
}
.big {
    font-family: "Jersey 10", sans-serif;
    color: rgb(0, 255, 0);
    font-size: 270%;
    line-height: 5px;

}
body {
    background-color: rgb(0, 0, 0);
}
.row {
    justify-content: center;
    align-items: center;
    justify-items: center;
}

img {
    border: 5px solid #00ff15;
    border-radius: 22px 22px 22px 22px;
    width: 20%;
}
#startbutton {
    visibility: hidden;
    font-family: "Jersey 10", sans-serif;
    color: rgb(0, 240, 0);
    background-color: rgb(0, 75, 0);
    border: none;
    background: none;
    width: 250px;
    height: 60px;
    font-size: 350%;
    text-align: left;
    text-decoration: none;
    transition-timing-function: ease-out;
    transition: 0.3s;
}

#startbutton:hover {
    color: rgb(255, 255, 255);
    font-size: 380%;
    transition-timing-function: ease-out;
    transition: 0.3s;
}
#startingdiv {
    line-height: 2px;
}
.basicbutton {
    font-family: "Jersey 10", sans-serif;
    color: rgb(0, 240, 0);
    background-color: rgb(0, 75, 0);
    border: none;
    background: none;
    width: 250px;
    height: 60px;
    font-size: 280%;
    text-align: left;
    text-decoration: none;
    transition-timing-function: ease-out;
    transition: 0.3s;
    
}
.basicbutton:hover {
    
    color: rgb(255, 255, 255);
    font-size: 310%;
    transition-timing-function: ease-out;
    transition: 0.3s;
    
}
