body {
    color: #333333;
    background-color: black;
    font-family: arial;
    max-width: 650px; 
    margin: 0 auto;
    padding: 0 16px;

    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-content {
    flex-grow: 1;
}

footer {
    color: #888888;
    border-top: 1px solid #eeeeee;
    padding: 16px 0px;
    margin-top: 16px; 
}

header {
    color: #bd8e6d;
    margin-top: 16px;
    margin-bottom: 48px;
}

h1 {
    font-size: 32px;
    margin-bottom: 16px;
}

header a {
 
    margin-right: 16px;
    text-decoration: none;
}

.portrait {
    width: 250px;
}

input {
    border: 1px solid #cccccc;
    padding: 8px;
    border-radius: 5px;
    height: 12px;
}

button {
    cursor: pointer;
    border: 1px solid #888888;
    border-radius: 5px;
    padding: 8px;
    background: #bd8e6d;
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.logo {
    height: 100px;
}

.team {
    height: 300px;
    display: block;
    margin: auto;
}
.sit-grey {
    color: #636161;
}

.sit-pink {
    color: #e0398d;
}

a {
    font-family: Verdana !important;
    font-size: 24px;
    color: #bd8e6d;
}


.tdLabel {
    width: 50%;
    font-size: 14px;
}

.tdData {
    width: 50%;
}

.tdRows {
    height: 40px;
}