body {
    background-color: #282A36;
    text-align: center;
    min-height: 100vh;
    font-family: monospace;
    color: #F8F8F2;
    margin: 0;
}

h1{
    font-size: 3.5em;
    font-weight: bold;
}

p{
    font-size: 1.5em;
}

.psarea{
    padding: 2ch;
    margin: 5vh;
    background-color: #6272A4;
    white-space: nowrap;
    overflow: auto;
    word-break: break-all;
}

#generatebutton, #copybutton {
    margin-top: 40px;
    width: 155px;
    height: 50px;
    text-align: center;
    background-color: #BD93F9;
    color: #F8F8F2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
  }

  .btn2{
    margin-left: 85px
  }

 .center{
    margin-left: auto !important;
    margin-right: auto !important;
 }

 #password{
    font-size: 3em;
 }