#egmo-body {
 width: 100%;
 margin-left: auto;
margin-right: auto;
 background-color: #ccccff;
background-color: rgba(252,225,218,0.0);
}
#egmo-head {
 width: 100%;
 height: 170px;
 background-image: url(/CONTESTS/2023/FILEs/1egmo/egmo23.png);
 background-color: #ccccff;
background-color: rgba(252,225,218,0.0);
}
#egmo-content {
 width: 70%;
 padding-bottom: 25px;
 background-color: #ccccff;
margin-left: auto;
margin-right: auto;
background-color: rgba(252,225,218,0.0);
}
#egmo-content-table {
width: 90%;
 margin-left: 25px;
 border-collapse: separate;
 border-spacing: 25px;
margin-left: auto;
margin-right: auto;
background-color: rgba(252,225,218,0.0);
}
#casing{
background-color: rgba(252,225,218,0.2);}.
#pzd1b{
background-color: rgba(252,25,218,0.2);}.
footer{background-color: rgba(119,87,208,0.8);
}
#egmo-main {
 padding-left: 25px;
 padding-right: 25px;
 padding-bottom: 25px;
 padding-top: 10px;
 width: 90%;
 height: 480px;
 background-color: white;
 vertical-align: top;
}
 /* unvisited link */
a1:link {
 background-color: #FF0000;
}

/* visited link */
a1:visited {
 background-color: #00FF00;
}

/* mouse over link */
a1:hover {
 background-color: #FF00FF;
}

/* selected link */
a1:active {
 background-color: #0000FF;
}
.contri {
 position: relative;
 overflow: hidden;
 width: 100%;
 padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 width: 100%;
 height: 100%;
}
