.page_header {
    padding: 1px;
    text-align: center;
    background: #303030;
}

body {
    margin: 0;
    height: 100vh;
    background: #303030;
    background: radial-gradient(circle,rgba(48, 48, 48, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    color: lightgray;
    font-family: Arial, sans-serif;
}

.container {
    font-family: Georgia, 'Times New Roman', serif;;
}

.menu_button {
    table-layout: fixed;
    width: 100%;
    height: 45px;
    background: radial-gradient(circle,rgba(48, 48, 48, 1) 0%, rgba(0, 0, 0, 1) 100%);
    border-radius: 12px;
    border: none;
    color: darkgray;

}

.menu_button button:disabled {
    background: #363636;
    background: linear-gradient(90deg,rgba(54, 54, 54, 1) 0%, rgba(36, 36, 36, 1) 100%);
}


