.top
{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 30px;
    width: 200px;
    height: 40px;
    background-color: #FFC401;
    text-align: center;
    border-style: inset;
    border-color: black;
    
}

* {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.msg
{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: #FFC401;
    height: 300px; overflow-y: auto;
    border-style: inset;
    border-color: black;
    scrollbar-width: none;
}

.wall
{
    background-color: #068899;
}

.button
{
    background-color: #FFC401;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    height: 30px;
    width: 120px;
    text-align: justify;
    border-color: black;
}

.innerplane
{
    width: 20px;
    position: absolute;
    transform: translateX(5px);
}

.type
{
    background-color: #FFC401;
    border-color: black;
}

#sidebar {
  background-color: rgb(255, 196, 1);
  position: fixed;
  height: 100%;
  width: 100px;
  top: 0%;
  left: 0%;
  text-align: center;
}

body {
  padding-left: 100px;
}

#bar {
  left: 10px;
  background-color: rgb(6, 136, 153);
  border-radius: 5px;
  top: 10px;
  position: relative;
  width: 80px;
}

#bre {
  height: 10px;
}