
body {
    background-color: #333333;
    color: #fff9ed;
    font-family: 'Segoe UI', 'Arial', sans-serif;
    margin: 0;
    padding: 0;
}

h1 {
    color: #ffffff;
    text-shadow: 2px 2px 0 #2d2d2d, 4px 4px 0 #090909;
    font-size: 2.5em;
    margin-top: 1em;
    text-align: center;
    font-weight: 700;
}

table, th, td {
    padding: 0.1em;
    text-align: center;
    margin-bottom: 0.1em;
    word-break: break-word;
    position: relative;
    margin-left: auto;
    margin-right: auto;

}

.heading {
    color: #ffffff;
    font-weight: 800;
    font-size: 1.9em;
    margin-top: 1em;
    text-align: center;
}

.button, button, input[type="button"], input[type="submit"] {
    background: solid #00ff08; 
    color: #fff;
    border: none;
    border-radius: 2em;
    padding: 0.75em 2em;
    font-size: 1.2em;
    font-family: inherit;
    box-shadow: 0 4px 16px rgba(33, 118, 255, 0.15), 0 1px 0 #fff inset;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
    margin: 1em auto;
    display: block;
}

.button:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover {
    background: solid #02e023;
    box-shadow: 0 6px 24px rgba(34, 77, 32, 0.25);
}

a {
    color: #00ff40;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.2s;
}

a:hover {
     font-weight: bold;
    border-bottom: 2px solid #00ff15;
}

.white-rounded {
    background:#121212;
    border-radius: 1.5em;
    padding: 1em 2em;
    color: #fffefd;
    font-size: 1.1em;
    display: inline-block;
    margin: 1em 1em;
    border: none;
    white-space: normal;
    word-break: break-word;
}

.box-rounded-menu {
    background: #111111;
    border-radius: 0.5em;
    padding: 0.5em 0.5em;
    color: #fffde8;
    font-size: 1.1em;
    display: block;
    margin: 0.1em auto;
    border: 3px solid #000000;
    white-space: normal;
    word-break: break-word;
    max-width: fit-content;
    max-height: fit-content;
    text-align: center;
}

.barstretch-menu {
    background: #000000;
    padding: 0.5em 0.5em;
    color: #fff8ea;
    font-size: 1.1em;
    display: block;
    margin: 0.1em auto;
    white-space: normal;
    word-break: break-word;
    min-width: 100%;
    max-height: fit-content;
    min-height: fit-content;
    text-align: center;
}

.blank-spacer {
    padding: 0.5em 0.5em;
    display: block;
    margin: 0.1em auto;
    white-space: normal;
    word-break: break-word;
    min-width: 100%;
    max-width: 100%;;
    max-height: 5%;
    min-height: 5%;
    text-align: center;
}

.top-white-page {
    background: #121212;
    border-radius: 0.5em;
    padding: 0.5em 0.5em;
    color: #fff6ea;
    font-size: 1.1em;
    display: block;
    margin: 0.5em auto;
    white-space: normal;
    word-break: break-word;
    min-width: 80%;
    max-width: 80%;
    min-height: 80%;
    max-height: 80%;
    text-align: center;
}

.white-box-area {
    background: #121212;
    border-radius: 0.5em;
    padding: 0.5em 0.5em;
    color: #fff7ee;
    font-size: 1.1em;
    display: block;
    margin: 0.1em auto;
    white-space: normal;
    word-break: break-word;
    min-width: 80%;
    max-width: 80%;
    max-height: fit-content;
    text-align: center;
}

.about-me-papers {
    background: #121212;
    border-radius: 0.5em;
    padding: 0.5em 0.5em;
    color: #fffaf0;
    font-size: 1.1em;
    display: inline-block;
    margin: 0.5em 0.5em;
    white-space: normal;
    word-break: break-word;
    min-width: 60%;
    max-width: 60%;
    min-height: fit-content;
    max-height: fit-content;
    text-align: center;
}

.side-box {
    
    background: #121212;
    position: absolute;
    right: 0px;
    border-radius: 0.5em;
    padding: 0.5em 0.5em;
    color: #fff2e7;
    font-size: 1.1em;
    display: inline-block;
    margin: 0.5em 0.5em;
    white-space: normal;
    word-break: break-word;
    min-width: 35%;
    max-width: 35%;
    min-height: fit-content;
    max-height: fit-content;
    text-align: center;
}

