    body {

        background-color: #c2b782;
        background-image: url('../images/site_graphics/backgrounds/rachel-b-woodenDeskTexture.jpg');
    }



    .gc1 {

        align-items: center;
        background-color: #e0e0eb;
        color: black;
        display: flex;
        font-size: 50px;
        justify-content: right;
            }

    .gc2 {

        align-items: center;
        background-color: #e0e0eb;
        color: black;
        display: flex;
        justify-content: center;
    }

    iframe {
        border: 0;
	    width: 100%;
}

    table {
        background-color: #e0e0eb;
        border: 1px solid;
        border-radius: 10px;
        justify-content: center;
		width: 95%;
    }

