body {
    background-color: #333;
    /* Dark grey background */
    color: #dcdcdc;
    /* Light grey text */
    font-family: 'Courier New', Courier, monospace;

    margin: 0;
    padding: 0;
}

.cover_img {
    margin: 5px;
    width: 100%;
}

.horz_cont {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.side_chevs {
    position: fixed;
    width: 40px;
    /* Adjust as per your chevron size */
    background-image: url('../chevron.svg');
    background-repeat: repeat-y;
    background-size:contain;
    background-position: center;
}

.home-button {
    font-family: "Courier New", Courier, monospace;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 15px 30px;
    margin:10px;
    color: #000000;
    background-color: #d4d4d4;
    border: 4px solid #000000;
    cursor: pointer;
    box-shadow: 6px 6px 0 #000000;
    text-decoration: none; /* For a clean, link-free button look */
    display: inline-block;
    left:150px;
}

.home-button:hover {
    background-color: #c1c1c1;
    box-shadow: 10px 10px 0 #000000;
    transform: translate(-4px, -4px);
}

.home-button:active {
    background-color: #b0b0b0;
    box-shadow: 5px 5px 0 #000000;
    transform: translate(0, 0);
}

.principle-background {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #121212;
    /* Dark industrial background */
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
img.principle-img{
    border: 2px solid black;
    margin:10px;
    box-shadow: 10px 10px 0 #1a1a1a;
}
.principle {
    font-family: "Courier New", Courier, monospace; /* Utilitarian typewriter style */
    font-size: 1.5rem;
    font-weight: bold;
    background-color: #d4d4d4; /* Concrete gray */
    color: #000000; /* High contrast black text */
    border: 4px solid #000000; /* Strong industrial outline */
    padding: 20px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.1em; /* Emphasizes a machine-like aesthetic */
    box-shadow: 10px 10px 0 #000000; /* Bold, angular shadow */
    width: 60%; /* Adjust width as needed */
    max-width: 800px;
}

.principle:hover {
    background-color: #c1c1c1; /* Slightly darker on hover for an industrial feel */
    box-shadow: 15px 15px 0 #000000; /* More exaggerated hover effect */
    transform: translate(-5px, -5px); /* Adds a dynamic shift */
}
.respect-my-space
{
    white-space: pre-wrap; /* Preserves whitespace and wraps text as needed */
    font-family: Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

p {
    margin: 10px;
}
.seding{
    color: #e0bf00;
    font-weight: bold;
}
.paragraaf{
    margin:30px;
}
.smarty{
    width:100%;
    padding:15px;
    background-color: #ffffff;
    box-shadow: 1px 1px 10px white;
    color:#1a1a1a;
}
.section-title{
    font-family: "Courier New", Courier, monospace; /* Utilitarian typewriter style */
    font-size: 1.5rem;
    font-weight: bold;
    background-color: #3d3d3d; /* Concrete gray */
    color: #d6d6d6; /* High contrast black text */
    border: 4px solid #000000; /* Strong industrial outline */
    padding: 20px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.1em; /* Emphasizes a machine-like aesthetic */
   
    max-width: 1200px;

}
h1 {
    font-size: 1.5rem;
    margin: 10px;
    background-color:#2a2a2a;
    padding: 20px;
}

h2 {
    font-size: 1.5rem;
    margin: 10px;
}
h3{
    font-size: 1.2 rem;
    margin:10px;
}

.container {
    width: 100%;
    max-width: 800px;
    margin: 0 70px;
    padding-top: 10px;
    border: 4px solid #555;
    /* Solid dark grey border */
    box-shadow: inset 0 0 10px #1a1a1a, 0 0 15px #1a1a1a;
    /* Slight shadow */
    background-color: #4d4d4d;
    /* Mid grey background */
}
.difficult{
    background-color: rgb(60, 88, 107);
}

header h1 {
    font-size: 32px;
    color: #d3d3d3;
    /* Light grey header */
    text-shadow: 1px 1px 2px #000;
    /* Soft shadow */
    margin: 20px 0;
}

.profile-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
    padding: 20px;
}

.avatar-section {
    text-align: center;
}

.avatar {
    width: 150px;
    height: 150px;
    border: 3px solid #888;
    /* Solid grey border */
    box-shadow: inset 0 0 10px #2a2a2a, 0 0 5px #2a2a2a;
    /* Bevelled look */
    margin-bottom: 10px;
}

.info-section {
    background-color: #595959;
    /* Dark grey */
    border: 2px solid #707070;
    /* Border for a solid look */
    padding: 10px;
    box-shadow: inset 0 0 5px #1a1a1a, 0 0 5px #000;
    /* Bevelled effect */
}

.info-section h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.info-section p {
    color: #e0e0e0;
    /* Light grey for better readability */
}

.buttons-section {
    grid-column: span 2;
    padding-top: 20px;
}

button {
    width: 150px;
    padding: 10px;
    margin: 10px;
    border: 2px solid #6d6d6d;
    /* Dark grey border */
    background-color: #3c3c3c;
    /* Darker grey */
    color: #d0d0d0;
    /* Light grey text */
    font-size: 16px;
    font-family: 'Courier New', Courier, monospace;
    cursor: pointer;
    box-shadow: inset 2px 2px 5px #1a1a1a, 0 0 5px #000;
    /* Bevelled button effect */
    transition: all 0.2s ease;
}

button:hover {
    background-color: #5c5c5c;
    /* Slightly lighter grey on hover */
    color: #ffffff;
    /* White text on hover */
}

footer {
    padding: 20px;
    background-color: #2e2e2e;
    /* Dark grey footer */
    color: #c0c0c0;
    /* Light grey text */
    font-size: 14px;
}