div.aria-attribute {
   width: 400px;
   background-color: grey;
   font-weight: bold;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 25px;
   margin-top: 7vh;
}

#maincontainer {
   display: flex;
   flex-direction: row;
   justify-content: space-evenly;
}

#happytitle {
   text-align: center;
}

#unhappytitle {
   text-align: center;
}
