/* Kiss Me Sweethearts - https://www.cursors-4u.com/cursor/kiss-me-sweethearts */
* {
    cursor: url('https://cdn.cursors-4u.net/css-previews/kiss-me-sweethearts-fc0b57c4-css.webp') 0 0, auto !important;
}

/* End www.Cursors-4U.com Code */

/* background and text color and highlight */

::selection {
    /* Change highlight background color */
    background: #f7abcf;
    /* Change highlight text color */
    color: #FFFFFF;
}


body {
    background-image: url('https://jimbobeesimages.carrd.co/assets/images/image11.png?v=88e7275c');
    font-family: Georgia, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.container {
    margin-top: 50px;
    padding-bottom: 20px;
    background-color: #ffffff;
    border-radius: 5%;
    border-style: solid;
    border-color: rgb(180, 200, 181);
    width: 600px;
    height: 500px;
}


h1 {
    color: #000000;
    font-size: 36px;
    margin-bottom: 20px;
    background-image: url('https://jimbobeesimages.carrd.co/assets/images/image12.jpg?v=108a6afd');
    background-size: repeat;
    padding: 10px;
    border-radius: 15px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;

}

h2 {
    background-image: url('https://jimbobeesimages.carrd.co/assets/images/image13.png?v=2b19885b');
    background-size: repeat;
    padding: 10px;
    color: #686868;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 0px;
}

p {
    color: #6b6b6b;
    font-size: 16px;
    margin-bottom: 20px;
}

p1 {
    color: #6b6b6b;
    font-size: 12px;
    margin-bottom: 20px;
    text-align: left;
}

.box {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 5px;
    border-style: solid;
    border-color: rgb(195, 195, 195);
    border-width: 1px;
    float: right;
    width: 320px;
    height: 280px;
}

.scroll-box {
    width: 320px;
    height: 220px;
    overflow: auto;
    /* Adds scrollbars only when necessary */
    border: 1px solid #ccc;
    padding: 0px;
}

.btn-group button {
    background-color: white;
    border: 1px solid rgb(119, 119, 119);
    color: grey;
    /* White text */
    padding: 10px 24px;
    /* Some padding */
    cursor: pointer;
    /* Pointer/hand icon */
    width: 20%;
    display: block;
    /* Make the buttons appear below each other */
    border-radius: 19px;
    margin-top: 5px;
    margin-left: 50px;

}

/* Add a background color on hover */
.btn-group button:hover {
    background-color: rgb(172, 204, 177);
}

footer {
    background-color: #f0f0f0;
    padding: 10px;
    margin-top: 20px;
    border-radius: 5px;
    border-style: solid;
    border-color: rgb(195, 195, 195);
    border-width: 1px;
    min-width: 600px;
    text-align: center;
}

.neocities {
    width: 120px;
    height: 50px;
    position: absolute;
    margin-top: 30px;
    margin-left: 70px;
}

.neocities:hover {
    transform: scale(1.1);
}

.applegif {
    border-color: rgb(144, 162, 141);
    border-width: 2px;
    border-style: solid;
    border-radius: 100px;
    width: 100px;
    height: 100px;
    margin-top: 0px;
    margin-left: 0px;
    position: static;
}

.doggy {
    margin-left: 380px;
    margin-top: 320px;
    position: absolute;
}

.apple-div {
    position: absolute;
    width: 400px;
    margin-top: 240px;
}