body {
    background-color: #000;
    font-size: 250%;
}

div {
    border: 0px solid green;
}

.container {
    width: 1200px;
    /* text-decoration: none; */
    min-height: 100px;
    margin: 50px auto;
    background-color: rgb(54, 54, 54);
    padding-top: 1px;
    padding-bottom: 50px;
}

.nav {
    width: 1100px;
    min-height: 30px;
    background-color: #000;
    margin: 50px 0 0 50px;
}

.nav > a {
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    color: ghostwhite;
}

.nav > a:hover {
    color: #000;
    background-color: ghostwhite;
}

.left, .rg {
    height: 410px;
    display: inline-block;
    margin-left: 50px;
    margin-top: 25px;
    vertical-align: top;
}

.left {
    width: 300px;
    background: url('../img/wednesday2.jpg');
    background-size: 100%;
}

.rg {
    width: 740px;
    min-height: 15px;
    background-color: #000;
    padding: 20px;
    box-sizing: border-box;
}

.rg > p {
    color: ghostwhite;
    font-size: 25px;
    text-align: justify;
}

.fo1 {
    width: 1100px;
    min-height: 30px;
    background-color: #000;
    margin: 50px 0 0 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.fo1 > h4 {
    color: ghostwhite;
    text-align: center;
    margin: 0;
}

.container > a {
    text-decoration: none;
}

img.preview {
    width: 519px;
    height: 300px;
    margin-top: 50px;
    margin-left: 50px;
    padding: 10px;
    border: 2px solid black;
    box-sizing: border-box;
    border-radius: 0px;
    box-shadow: 5px 5px 10px lightgray;
}

.container > iframe {
    display: block;
    width: 1100px;
    height: 600px;
    margin-top: 50px;
    margin-left: 50px;    
}

img.casts {
    width: 180px;
    height: 245px;
    margin-top: 50px;
    margin-left: 40px;
    /* margin-right: 25px; */
    padding: 10px;
    border: 2px solid black;
    box-sizing: border-box;
    border-radius: 0px;
    box-shadow: 5px 5px 10px lightgray;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

img {
    /* display: flex; */
    width: 100%;
}

.image {
    width: 1160px;
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
}

.image>span {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.image>span>*:not(:last-child) {
    margin-bottom: 15px;
}

.image>span > p {
    color: ghostwhite;
    text-align: left;
    margin-top: 15;
    font-size: 1.3rem;
    margin-left: 50px;
    align-items: center;

}