body {
background-color: rgb(128, 0, 0);
}
      
h1 {
font-size: 50px;
text-decoration: underline;
font-family:'Courier New', Courier, monospace;
color: rgb(255, 96, 0);
margin-left: 50px;
}

h2 {
font-size: 30px;
text-decoration: overline;
margin-top: -25px;
margin-left: 50px;
color: rgb(255, 96, 0);
font-family:'Courier New', Courier, monospace;
}

h3 {
font-size: 30px;
color: rgb(255, 96, 0);
font-family:'Courier New', Courier, monospace;
text-align: center;
}

p {
color:rgb(255, 96, 0);
font-family:'Courier New', Courier, monospace;
}

a {
color:rgb(200, 140, 170);
font-family:'Courier New', Courier, monospace;
}

ul {
color: rgb(255, 96, 0);
}

#container1 {
border: solid 10px rgb(254, 0, 2);
border-radius: 20px;
width: 1000px;
background-color: rgb(96, 0, 0);
}

#container2 {
border: solid 10px rgb(255, 122, 3);
border-radius: 20px;
width: 1000px;
background-color: rgb(96, 0, 0);
margin-top: 100px;
}

#imgact1 {
margin-left: 25px;
}

#imgact2 {
margin-left: 25px;
}