body {
    background-color: #1c1a23;
    color: #e7e5ed;
    font-family: Arial, sans-serif;
    text-align: center;
}
button {
    font-family: monospace;
    font-size: 0.8rem;
    padding: 0.45rem 1.1rem;
    background: transparent;
    color: #d1d1d1;
    border: 1px solid #333;
    cursor: pointer;
    letter-spacing: 0.05em;
    transition: color 0.15s, border-color 0.15s;
}

button:hover {
    color: #d0cfe0;
    border-color: #666;
}


h1 {
    
    color: #b5baff;
   
    font-size: 35px;
    -webkit-text-stroke: 1px #294a86;
}

p {
    color: #55525f;
    font-size: 20px;
}

.row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.row p
{
     position: absolute;
    right: 180px;
}

.login_button {
    position: absolute;
    right: 20px;
    background-color: rgb(36, 65, 126);
    color: white;

     border-radius: 1px;
      padding: 15px 50px;
       font-family: monospace;
       font-size: 15px;
}
.logout_button {
    position: absolute;
    right: 20px;
    background-color: rgb(36, 65, 126);
    color: white;

     border-radius: 1px;
      padding: 15px 50px;
       font-family: monospace;
       font-size: 15px;
}
.admin_page_button {
    position: absolute;
    right: 170px;
    background-color: rgb(36, 65, 126);
    color: white;

     border-radius: 1px;
      padding: 15px 50px;
       font-family: monospace;
       font-size: 15px;
}
.row h1 {
    position: relative;
    margin: 0;
     left: 50px;
}

.line {
    border-bottom: 3px solid #303039;
}