body{
    margin: 0px;
    background-color: #008080;
}
.upperbar{
    top: 0px;
    left: 0;
    right: 0;
    height: 60px;
    width: auto;
    background-color: #027171;
    color: white;
    padding: 10px;
    text-align: center;
}
.LateralBar{
    background-color: #027171;
    bottom: 40px;
    top: 80px;
    left: 0;
    height: auto;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
}
.LateralBar p{
    background-color: #0fb0b092;
    padding: 5px 10px;
    border-radius: 30px;
    width: auto;
    color: #ffffff;
    font-size: 20px;
    margin: 5px 2px 40px 2px;
}
.LateralBar p2{
    background-color: #0fb0b092;
    padding: 5px 10px;
    border-radius: 30px;
    border-color: #0fb0b092;
    color: #ffffff;
    font-size: 20px;
    margin: 5px 2px 40px 2px;
}
.Taskbar{
    bottom: 0;
    left: 0;
    position: absolute;
    display: flex;
    flex-direction: left;
    height: 40px;
    width: 100%;
    background-color: #027171;
    border-top: 2px solid #027171;
}
.Taskbar p{
    color: #ffffff;
    font-size: 20px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.task-icon{
height: auto;
width: 30px;
    margin: 5px ; 
}
.icon{
    
    margin-bottom: 10px ;
}
.icon img{
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
}
img{
    display: block;
    margin: 20px;
    width: 400px;
    height: 500px;
}
.Time{
    bottom: 0;
    left: 1780px;
    position: absolute;
    display: flex;
    flex-direction: row;
    height: 40px;
    width: auto;
    background-color: #016f6f78;
}
.Chat{
    bottom: 140px;
    left: 1500px;
    position: absolute;
    display: flex;
    flex-direction: row;
    height: 450px;
    width: auto;
    background-color: #016f6f78;
    border-radius: 10px;
}
.Titlebar{
    bottom: 280px;
    left: 1500px;
    position: absolute;
    display: flex;
    flex-direction: column;
    height: 400px;
    width: 300px;
    background-color: #00000078;
    border-radius: 10px;
    box-sizing: border-box;
}
.Titlebar p{
    color: #ffffff;
    font-size: 20px;
    margin: 10px;
    display: flex;
    align-items: top;
    text-align: center;
    width: 100%;
}
span{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffffff;
}
.span2{
    color: #ffd900;
}
.TextContent{
    width: 300px;
    height: 480px;
    top: 80px;
    left: 178px;
    background-color: #0fb0b092;
    padding: 5px 10px;
    border-bottom-right-radius: 30px;
    position: absolute;
    display: block;
}
