body{
    margin-left: 0px;
    background-color: #008080;
    color: #ffffff;
    font-family: 'cascadia-code','courier sans','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-decoration: none;
}
a{
    text-decoration: none;
    color: #ffffff;
}
.LateralBar{
    top: 0;
    left: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
}
.icon{
    
    margin-bottom: 10px ;
}
.icon img{
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}
img{
    display: block;
    margin: 20px;
    width: 900px;
    height: 600px;
}
.TaskBar {
    bottom: 1px;
    left: 0;
    position: fixed;
    text-align: left;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 30px;
    background-color: #027171;
    border-color: #015c5c;
    border-style: solid;
}
.TaskBar p{
    color: #ffffff;
    font-size: 20px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.TaskBar-icon{
height: auto;
width: 30px;
    margin: 5px ; 
}
.TaskBar-icon:hover {
    outline: #015c5c solid 2px;
    background: #034646;
    color: #fff;
}
.clock {
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin: 5px 10px 15px 8px;
    position: absolute;
    right: 10px;
    top: 0px;
}
.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.Sakura{
    bottom: 4%;
    left: 57%;
    position: fixed;
    text-align: left;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.Sakura img{
    width: 800px;
    height: 570px;
}
.ChatBox{
    bottom: 5%;
    left: 80%;
    position: fixed;
    display: flex;
    flex-direction: column;
    background-color: #035757;
    border: rgb(5, 47, 38) solid 5px;
    border-radius: 10px ;
    width: 16%;
    height: 30%;
}
.ChatBox p{
    color: #ffffff;
    font-size: 16px;
    font-family: 'cascadia-code','courier sans','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 5px;
}
.ChatBox iframe{
    border: #102d26 solid 5px;
    border-radius: 10px;
    width: 90%;
    height: 70%;;
    margin: 5px;
}
span{
    color: #009dff;
    font-weight: bold;
    font-size: 16px;
    font-family: 'cascadia-code','courier sans','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.advise {
    position: fixed;
    bottom: 85%;
    left: 16%;
    animation: normal 3s infinite;
    transform: translateY(-50%);
    transform: translateX(-50%);
    color: rgb(255, 255, 255);
    font-size: 14px;
}
.adviseicon{
    height: 80px;
    width: 220px;
    margin: 5px;
}
.Gifs{
    bottom: 5%;
    left: 70%;
    position: fixed;
    text-align: left;
    display: flex;
    flex-direction: column;
    width: 10%;
    height: 30%;
    background-color: #027171;
    border: rgb(5, 47, 38) solid 5px ;
    border-radius: 20px 0px 0px 20px;
}
.GifsIcons{
    height: 20px;
    width: 140px;
    margin: 5px;
    padding: 5px;
}
button{
    background-color: #008080;
    border: none;
    border-radius: 5px ;
    color: #ffffff;
    font-family: 'cascadia-code','courier sans','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 5px;
    margin: 5px;
}
dialog {
    background-color: #035757;
    border: #012f2f solid 5px;
    border-radius: 10px ;
    color: #ffffff;
    font-family: 'cascadia-code','courier sans','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 10px;
}
