body {
    background-color: #faf0e6;
    margin: 0;
    padding: 0;
}
    .noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
    .content {
  display: block;
  margin: auto;
  margin-top: 10px; 
  max-height: 500px;
  max-width: 500px;
  text-align: center;
}
#top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 9999;
  background: linear-gradient(to bottom, #faf0e6, #faf0e6);
}

#dropdown-menu {
  transform: scale(0.7);
}