body {
    background-image: url("./Ir4.gif");
    background-color: #1c1229;
    background-size: 300px 300px;

    font-family: Verdana;
    color: #c799ec;
    height: 100%;
}

a {
    color: #807ca6; 
}


.bar {
    background-color: #456ec7a9;
    padding: 10px;
    border-radius: 2px;
}

.left-bar, .right-bar{
    width: 20%;
    margin-left: 10px;
    margin-right: 10px;
}

.midle-bar{
    width: 60%;
}
.content{
    margin-left: 5%;
    margin-right: 5%;
    
    display: flex;
    flex-direction: row;

    height: 100%;
}

.center {
    display: flex;
    justify-content: center;
}

.canvas{
    height: 303px;
}