body {
    background-color:rgb(218, 221, 230);
}

table, th {
    border: 1px solid black;
    text-align: center;
}

td {
    border: 1px solid black;
    padding: 10px;
    text-align: center;
}

img {
    max-width: 100%;
    height: 300px;
}


code {
    font-family: "Courier New", Courier, monospace;
    font-size: 14px;
}


.top-bar {
    display: flex;
    flex-direction: row;
    background-color: grey;
}

.bar-buttons {
    background-color:rgb(79, 81, 109)y;
    
}

.navigation-bar {
    display: flex;
    justify-content: space-evenly;

    background-color:rgb(79, 81, 109);
}

.link-nav {

}


.limited_table {
    table-layout: fixed;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border-collapse: collapse;
}

.table-head {
    background-color:rgb(178, 181, 192);
}

.code-block {
    background-color: "grey";
}

.text-and-image {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.text-and-text {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.image {
    padding: 20px;
    max-width: 50%;
}

.text {
    padding: 20px;
    max-width: 50%;
}


.image-in-div {
    object-fit: contain;
    height: auto;
    max-height: 300px;
    border: black 2px solid;
}

.add-notes {
    text-align: left;
}

.table-img {
    max-width: 100%;
    height: auto;

}

.links-container {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 20px;
}

.note {
    background-color: rgb(172, 176, 179);
    border-radius: 10px;
    padding: 20px;
}

.link-in-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    border: 1px solid black;
    border-radius: 15px;

    background-color: rgb(127, 170, 191);
    font-weight: bold;
    font-size: 30px;
    height: 200px;
    width: 200px;
}

