body {

    background-color: #000000;
    background-image: url(https://samerwebsite.neocities.org/images/istockphoto-1732963074-612x612.png);
    text-align: center;
    color: white;

}

.sidebar{

    width: 200px;
background: #ffffff;
background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(148, 187, 233, 1) 100%);
    position: fixed;
    height: 100%;
    text-align: center;
    color: rgb(0, 0, 0);
    top: 0%;
    left: 0%;
    

}

.sidebar2{

width: 200px;
background: #ffffff;
background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(148, 187, 233, 1) 100%);
color: black;
height: 100%;
position: fixed;
top: 0;
right: 0;
text-align: center;

}

.imfeeling{

    text-align: left;
    margin: 5%;

}

.main{

    color: #ffffff;
    font-size: large;

}

.text{

    font-size: xx-large;

}