* {
    box-sizing: border-box;
}

body {
    margin: 0;
    cursor: crosshair;
    background-color: #EEECDC;

    color: green;

    transition: background-color .5s;
    transition: color .5s;
}


.fallorange2 {
    color: rgb(255, 119, 0);
    background-color: #f4e1c8;
}

.summerorange2 {
    color: #fcfbb8;
    background-color: #92a0b7;
}

.winterorange2 {
    color: #e0d0ee;
    background-color: #66708d;
}

.dark {
    background-color: rgb(33, 32, 32);
}

h1 {
    margin: 20px;
    position: fixed;
    /* color: green; */
    font-size: 90px;
    top: 28px;
    left: 15px;
}

.header {
    margin: 20px;
    width: 1450px;
    height: 50px;
    /* background-color: white; */
    position: fixed; 
    left: 15px;
    top: 150px;
}

hr {
    position: fixed; 
    top: 190px;
    height: 1px;
    width: 1450px;
    border-top: 1px solid green;

    transition: border-top .5s;
}

.fallorange {
    border-top: 1px solid rgb(255, 119, 0);
}

.summerorange {
    border-top: 1px solid #fcfbb8;
}

.winterorange {
    border-top: 1px solid #e0d0ee;
}

p {
    /* color: green; */
    font-size: 15px;
}


.left {
    position: fixed;
    left: 37px;
    top: 160px;
}


.right {
    position: fixed;
    right: 45px;
    top: 160px;
}

.center {
    text-align: center;
    font-size: 30px;

    position: fixed;
    top: 140px;

    left: 740px;
}

.clock {
    margin: 0;
    /* background-color: rgb(240, 226, 206); */
    width: 360px;
    height: 150px;
    position: fixed; 
    top: 20px;
    right: 35px;
    border: 2px solid green;
    border-radius: 100%;

    transition: border 0s;
}

.clockborder {
    border: 2px solid rgb(255, 119, 0);
}

.summerclockborder {
    border: 2px solid #fcfbb8;
}

.winterclockborder {
    border: 2px solid #e0d0ee;
}

.container {
    /* color: green; */
    font-weight: bold;
    position: fixed;
    top: 60px;
    right: 60px;
    font-size: 55px;
}

.image {
    background-image: url("images/Raingif.gif");
    background-size: cover;
    
    border: 2px solid green;
    position: fixed;

    height: 480px;
    width: 300px;
    bottom: 35px;
    left: 37px;

    transition: all 0s;
}

.fallimage {
    background-image: url("images/blackcat.gif");
    background-size: auto;
    border: 2px solid rgb(255, 119, 0);
}

.summerimage {
    background-image: url("images/waves.webp");
    /* background-size: auto; */
    border: 2px solid #fcfbb8; 
}

.winterimage {
    background-image: url("images/snow.gif");
    background-size: cover;
    border: 2px solid #e0d0ee;
}

.journal {
    /* background-color: white; */
    /* border: 2px solid green; */
    position: fixed;

    height: 435px;
    width: 300px;
    bottom: 85px;
    left: 370px;
}


form {
    position: fixed;
    left: 370px;
    bottom: 90px;
}

.btn {
    background-color: #d2e4ba;
    border: 2px solid green;
    position: fixed;

    height: 40px;
    width: 300px;

    left: 370px;
    bottom: 35px;

    border-radius: 20px;

    transition: all .5s;
}

.fallbtn {
    background-color: rgb(246, 221, 199);
    border: 2px solid rgb(255, 119, 0); 
}

.summerbtn {
    background-color: #b4bdcc;
    border: 2px solid #fcfbb8;
}

.winterbtn {
    background-color: #9ca0aa;
    border: 2px solid #e0d0ee;
}

.thing {
    position: fixed;
    left: 390px;
    bottom: 33px;
}

.text {
    /* background-color: rgb(240, 226, 206); */
    width: 500px;
    height: 100px;

    /* border: 2px solid green; */
    position: fixed;

    top: 230px;
    right: 45px;
    text-align: center;
}


.sticky {
    background-color: rgb(254, 245, 196);
    border: 2px solid green;
    position: fixed;
    box-shadow: 5px 5px 7px rgba(19,19,30,.5);


    height: 130px;
    width: 250px;

    top: 360px;
    right: 295px;

    transition: all .5s;
}

.fallsticky {
    border: 2px solid rgb(255, 119, 0);
}

.summersticky {
    border: 2px solid #fcfbb8;
}

.wintersticky {
    border: 2px solid #e0d0ee;
}

.gifs {
    /* background-color: rgb(240, 226, 206); */

    background-image: url("images/bee.gif");
    background-size: cover;
    border: 2px solid green;
    position: fixed;

    height: 195px;
    width: 500px;

    top: 520px;
    right: 45px;

    border-radius: 25px;

    transition: all 0s;
}

.fallgif {
    background-image: url("images/fallingleaves.gif");
    border: 2px solid rgb(255, 119, 0);
}

.summergif {
    background-image: url("images/train.gif");
    border: 2px solid #fcfbb8; 
}

.wintergif {
    background-image: url("images/moon.gif");
    background-size: auto;
    border: 2px solid #e0d0ee;
}

.sunmoon {
    background-color: #fca80c;
    border: 2px solid #f7c631;
    position: fixed;
    box-shadow: 0px 0px 209px 48px rgba(255,145,48,0.92);

    height: 130px;
    width: 130px;

    top: 360px;
    right: 90px;

    border-radius: 100%;

    transition: all .5s;
}

.wintermoon {
    box-shadow: 0px 0px 209px 48px rgba(245, 241, 255, 0.92);
    background-color: #e4dcfc;
    border: 2px solid #ffffff;
}

.sunmoon:hover {
    height: 160px;
    width: 160px;
    box-shadow: 0px 30px 209px 100px rgba(255, 196, 69, 0.92);

    top: 350px;
    right: 80px;
}

.slider {
    /* background-color: green; */
    position: fixed;

    height: 20px;
    width: 300px;

    /* right: 45px; */
    bottom: 20px;

    /* color: green; */
    font-size: 15px;

}

.decor {
    background-image: linear-gradient(45deg, rgb(255, 166, 0) , rgb(109, 144, 109));
    position: fixed;

    height: 260px;
    width: 230px;

    right: 585px;
    bottom: 35px;

    border-top-right-radius: 150px;
    border-top-left-radius: 150px;
}

.fallgradient {
   background-image: linear-gradient(45deg, rgb(255, 94, 0), rgb(235, 205, 122)); 
}

.summergradient {
    background-image: linear-gradient(45deg, rgb(255, 237, 138), rgb(255, 193, 202)); 
}

.wintergradient {
    background-image: linear-gradient(45deg, rgb(170, 191, 219), rgb(173, 116, 192)); 
}

.decor2 {
    /* background-color: rgb(240, 226, 206); */
    position: fixed;

    height: 100px;
    width: 230px;

    right: 585px;
    bottom: 250px;

    border: 2px solid green;
    border-bottom-right-radius: 110px;
    border-bottom-left-radius: 110px;

    transition: all .5s;
}

.fallhalf {
    border: 2px solid rgb(255, 119, 0);
}

.summerhalf {
    border: 2px solid #fcfbb8;
}

.winterhalf {
    border: 2px solid #e0d0ee;
}

.music {
    /* background-color: rgb(240, 226, 206); */

    background-image: url("images/Vinyl2.png");
    background-size: cover;

    /* border: 2px solid green; */
    position: fixed;

    border-radius: 100%;

    width: 200px;
    height: 200px;

    top: 240px;
    right: 600px;

    animation: spin 6s infinite linear;
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.theme-btn1 {
    background-color: rgb(227, 125, 81);
    /* border: 2px solid white; */
    position: fixed;

    height: 30px;
    width: 30px;

    top: 70px;
    right: 500px;

    border-radius: 100%;
}

.theme-btn1:hover {
    height: 25px;
    width: 25px;

    top: 73px;
    right: 503px;
}

.theme-btn2 {
    background-color: #909095;
    /* border: 2px solid white; */
    position: fixed;

    height: 30px;
    width: 30px;

    top: 70px;
    right: 550px;

    border-radius: 100%;
}

.theme-btn2:hover {
    height: 25px;
    width: 25px;

    top: 73px;
    right: 553px;
}

.theme-btn3 {
    background-color: #80aca8;
    /* border: 2px solid white; */
    position: fixed;

    height: 30px;
    width: 30px;

    top: 70px;
    right: 450px;

    border-radius: 100%;
}


.theme-btn3:hover {
    height: 25px;
    width: 25px;

    top: 73px;
    right: 453px;
}

.theme-btn4 {
    background-color: rgb(231, 206, 123);
    /* border: 2px solid white; */
    position: fixed;

    height: 30px;
    width: 30px;

    top: 70px;
    right: 600px;

    border-radius: 100%;
}

.theme-btn4:hover {
    height: 25px;
    width: 25px;
    top: 73px;
    right: 603px;
}

.slider {
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;

    animation: slide 13s infinite linear;
}

@keyframes slide {
    0% {
        transform: translatex(110vw);
    }


    100% {
        transform: translatex(-20vw);
    }

}

.bgmusic {
    position: fixed;
    top: 314px;
    left: 747px;
    width: 160px;
    /* width: 65px; */
    
    z-index: 1;
}