not {
    outline:1px red solid;
}
body {
    /* background-color: rgb(180, 180, 180); */
    /* background-color: rgb(109, 150, 232);*/
    display:flex;
    flex-direction:column;
    height:100vh;
    margin:0;
    background-image: lightgrey;
    background-size:20%
}
#rating_awesome {
    background-color: rgba(96, 179, 232, 1);
}
#rating_good {
    background-color: rgba(49, 193, 94, 1);
}
#rating_okay {
    background-color: rgba(255, 200, 77, 1);
}
#rating_bad {
    background-color: rgba(223, 47, 31, 1);
}
.center-window {
    border-radius: 25px;
    margin: auto;
    align-content: center;
    width: 1200px;
    height: 1000px;
}
.inner-window {
    border-radius: 25px;
    background-color: rgb(245,245,245,1);
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    align-content: center;
    width: 800px;
    height: 530px;
}
table {
    margin-left: 20px;
    margin-right: -20px;
    width: 95%;
}
textarea {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: none;
    text-align: left;
    height: 140px
}
.submit {
    width: 30%;
    background-color: rgb(163, 163, 163);
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: Roboto;
}
button:hover {
    background-color: rgb(102, 102, 102);
}
.text {
    text-align: left;
    font-family: Roboto;
    color: rgb(83, 83, 83);
}
text {
    text-align: left;
    font-family: Roboto;
    color: rgb(83, 83, 83);
}
.description {
    word-wrap: break-word;
    font-size: 14pt;
    margin: 0px;
    font-family: Roboto;
    color: rgb(83, 83, 83);
}
p {
    color: rgb(84, 172, 210);
}
.logo {
    margin: auto;
    text-align: right;
    padding-top: 40px;
    padding-right: 200px;
    margin-top: 40px;
}
.info {
    text-align: left;
    font-family: Roboto;
    color: rgb(88, 88, 88);
}
.spacerTD {
    width: 100px
}
.bottomArray {
    width: 780px;
    margin-top: 50px;
    margin-left: 10px;
    text-align: center; 
    vertical-align: middle;
}