@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap');

body {
    background-color: rgb(72, 52, 52);
}

header {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-style: solid;
    margin: 12px 15px;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: rgba(107, 79, 79, 5);
    border-color: rgb(255, 243, 228);
    border-width: 1px 1px;
}

header a {
    text-decoration: none;
    color:rgb(255, 243, 228)
}

#cam-marshall-title {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 40px;
}
#cam-marshall-title a {
    color:rgb(255, 243, 228)
}

.header-items {
    color:rgb(255, 243, 228) 
}

ul {
    list-style: none;
    font-family: 'IBM Plex Mono', monospace;
    border-style: solid;
    border-radius: 5px;
    padding: 2px 10px;
    border-width: 1px 1px;
    border-color: rgb(255, 243, 228);
    font-size: 17px;
    padding: 2px 4px;
    margin: auto;
}



