body {
    background-image: url(clouds.jpg);
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-color: #CBE6FF;
    margin: 0;
}
* {
    cursor: url(https://nekoweb.org/cursor/gatobuilder),auto !important;
}
.banner {
    background-image: url(https://media.springernature.com/m685/springer-static/image/art%3A10.1038%2Fs41558-018-0332-5/MediaObjects/41558_2018_332_Figa_HTML.png);
    margin-left: 25%;
    margin-right: 25%;
    border: 2px solid black;
    border-bottom: none;
}
.banner header {
    background: linear-gradient(to top, rgb(122, 150, 203), rgb(66, 103, 172));
    border-top: 2px solid black;
    display:flex;
    align-items: center;
    justify-content: center;
    gap: 2px;

}
.banner button {
    height: 35px;
    background-color: transparent;
    color: white;
    border: none;
    cursor: pointer;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}
.banner b {
    color: white;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.borderin {
    border: 2px solid black;
    margin-left: 25%;
    margin-right: 25%;
    background-color: rgb(187, 57, 57);
}
.merry {
    display: inline-flex;
    align-items: center;
}
.merry span {
    font-size: 190%;
    font-family: comic sans ms;
}
.merry2 {
    display: flex;
    align-items: center;
}
.merry2 span {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.borderin p {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.linkss {
    display: inline-flex;
    align-items: center;
}
.madewith {
    display: inline-flex;
    align-items: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.about {
    border: 2px solid black;
    margin-left: 25%;
    margin-right: 25%;
    background-color: rgb(187, 57, 57);
}
.downloadd {
    border: 2px solid black;
    margin-left: 25%;
    margin-right: 25%;
    background-color: rgb(187, 57, 57);
}
.creditss {
    border: 2px solid black;
    margin-left: 25%;
    margin-right: 25%;
    background-color: rgb(187, 57, 57);
}
.imggame {
    border-top: 3px solid black;
    border-bottom: 3px solid black;
}
.about h1 {
    font-family: comic sans ms;
}
.about h2 {
    font-family: comic sans ms;
}
.about p {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.downloadd h1 {
    font-family: comic sans ms;
}
.downloadd p {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}
.creditss h1 {
    font-family: comic sans ms;
}
.creditss p {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}
.netfound {
    border: 2px solid black;
    margin-left: 25%;
    margin-right: 25%;
    background-color: rgb(187, 57, 57);
}
.netfound h1 {
    font-family: Comic sans ms;
}
.netfound p {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}