body {
    background-color: rgb(0, 0, 0);
}
h1 {
    color: rgb(255, 0, 0);
    text-align: left;
} 
h2 {
    color: rgb(255, 0, 0);
    text-align: left;
} 
h3 {
    color: rgb(255, 217, 0);
    text-align: center;
} 
h4 {
    color: rgb(255, 0, 0);
    text-align: left;
} 
 
p {
    color: rgb(0, 255, 234);
    text-align: left;
}    
.flag {
    top: 5px;
    right: 8px;
    position: absolute;
    width: 85px;
}
.laws {
    top: 10px;
    height: 410px;
    left: 20px;
    position: relative;
    width: 300px;
    outline: groove 8px rgb(107, 107, 107);
    background-color: blueviolet;
    max-width: 100%;
}
img {
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}