.letterWindow{
    margin: 30px;
    color: #fff;
    padding: 2px;
    background-color: #c0c0c0;
    border-top: 2px solid #dfdfdf;
    border-bottom: 2px solid #6c6c6c;
    border-left: 2px solid #dfdfdf;
    border-right: 2px solid #6c6c6c;
    justify-content: center;
    height: 700px;
}

.windowBody{
    background-color: #fff;
    color: #000;
    font-family: ms gothic;
    margin: 5px;
    padding-left: 10px;
    white-space: no-wrap;
    padding-right: 10px;
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #6c6c6c;
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #6c6c6c;
    line-height: 1.5em;
    max-height: 650px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.bodyTitle{
    background-image: linear-gradient(170deg, #000080, #1084d0);
    font-family: verdana;
    padding: 5px;
}
.signatureContainer{
display: flex;
flex-direction: row-reverse;
}
.goobers{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: auto;
}
.gooberImg{
    margin: 5px;
    border-left: 2px solid #dfdfdf;
    border-right: 2px solid #6c6c6c;
    border-top: 2px solid #dfdfdf;
    border-bottom: 2px solid #6c6c6c;
    width: 150px;
}
body {
 background-image: url("./assets/New\ BG.png");
    background-attachment: fixed;
    background-size: auto 100%;
    background-position: center;
}