h1 {
    color:#ff9999;
    font-size:50px;
    text-align:center;
}

h2 {
    font-size:35px;
    font-family:"Comic sans MS";
    text-align:right;
}

h3 {
    font-size:30px;
}

hr {
    color:#4d2420;
    background-color:#4d2420;
    border-width:0px;
    height:4px;
}

p {
    color:#1e3827;
    display:inline-flex;
}

img {
    height:200px;
    border-style:solid;
    border-width:5px;
    border-color:rgb(255,0,0);
}
a {
    background-color:#ff6666;
    text-decoration:none;
}
body {
    background-color:#ee7777;
}

table {
    font-family:Times;
    background-color:#625b5b;
    text-align:center
}

h2, h3 {
    color:#6b3530;
}

h1, h3, a, p {
    font-family:impact;
}

p, a {
    font-size:20px;
}

tr {
    background-color:#9d9090;
}

#important {
    background-color:#44dddd;
}

.explosive {
    font-weight:bolder;
    color:black;
}

.margin {
    margin: 10px 10px 10px 10px;
}

.section {
    background-color:#ee5555;
}

.high-rated {
    background-color:#01ad2c;
}

.medium-rated {
    background-color:#d18923;
}

.low-rated {
    background-color:#d40202;
}

div#important {
    background-image:url("https://i.ibb.co/THG0Tc4/New-Project.png");
    background-repeat:no-repeat;
    background-size:100% 100%;

}

a > img {
    background-color:inherit;
    height:50px;
    border-style:none;
}

img.blur-filter {
    filter: blur(4px);
}

img.saturate-filter {
    filter: saturate(5);
}

iframe {
    height:400px;
    width:800px;
}