body{
    margin: 0;
    padding: 0;
}

.Header{
    background-color: burlywood;
    display: flex;
}
.BorderBlock{
    border-style: solid;
    border-width: thin;
    width: 98%;
    word-wrap: break-word;
    word-break: break-all;
    margin-top: 1px;
}
.TitleCenter{
    font-weight: bold;
    background-color: burlywood;
    text-align: center;
}
/*

.MenuLink{
    text-decoration: none;
    color: blue;
    display: block;
}



div[placeholder]:empty:before {
    content: attr(placeholder);
    color: #555; 
}*/