.TitleBar 
{
    position: fixed;
    top: 0;
    background-color: #211338;
    margin: 0;
    width: 100%;
    height: 50px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.TitleBar img
{
    height: 40px;
    margin: 0 0 0 10px;
}

.TitleBar p
{
    font-size: 25px;
    margin: 0 5px 0 5px;
    letter-spacing: 0px;
}

.Space
{
    width: 20px;
}

.MenuBar 
{
    display: flex;

    position: fixed;
    top: 50px;
    height: 35px;
    width: 100%;
    background-color: #af9dcc;

    padding: 0 10px 0 10px;

    flex-direction: row-reverse;
}

.LinkButton
{
    height: 25px;
    width: 25px;

    margin: 5px 5px 5px 10px;

    filter: brightness(0) saturate(100%) invert(8%) sepia(28%) saturate(4101%) hue-rotate(244deg) brightness(90%) contrast(97%);
}