body {
background-color: rgb(128,0,0);
}
      
h1 {
font-size: 13vh;
text-decoration: underline;
font-family: 'Courier New',Courier,monospace;
color: rgb(255,96,0);
text-align: center;
}

h2 {
font-size: 6vh;
text-align: center;
color: rgb(255,96,0);
font-family: 'Courier New',Courier,monospace;
}

#mainh2 {
text-decoration: overline;
margin-top: -9vh;
}

h3 {
font-size: 4vh;
color: rgb(255,255,255);
font-family: 'Courier New',Courier,monospace;
text-align: center;
}

#mainh3 {
font-size: 4vh;
color: rgb(0,0,0);
font-family: 'Courier New',Courier,monospace;
text-align: center;
}

h4 {
font-size: 3vh;
color: rgb(255,255,255);
font-family: 'Courier New',Courier,monospace;
text-align: center;
}

#mainh4 {
font-size: 3vh;
color: rgb(0,0,0);
font-family: 'Courier New',Courier,monospace;
text-align: center;
}

a {
color: rgb(200,140,170);
font-family: 'Courier New',Courier,monospace;
}

#container {
justify-content: center;
display: flex;
gap: 5vh;
}

#item1,#item2,#item3 {
border-radius: 4vh;
width: min-content;
height: min-content;
}

#item1 {
border: solid 2vh rgb(254,0,2);
background-color: rgb(254,0,2);
}

#item2 {
border: solid 2vh rgb(255,122,3);
background-color: rgb(255,122,3);
}

#item3 {
border: solid 2vh rgb(231,231,231);
background-color: rgb(231,231,231);
}

#imgact1,#imgact2,#imgact3 {
height: 24vw;
width: 24vw;
}

#imgact1:hover,#imgact2:hover,#imgact3:hover {
height: 30vw;
width: 30vw;
}

p {
color: rgb(255,96,0);
font-family: 'Courier New',Courier,monospace;
}

ul {
color: rgb(255,96,0);
}

#prelude {
border: solid 2vh rgb(0,0,0);
background-color: rgb(0,0,0);
border-radius: 4vh;
width: min-content;
height: min-content;
}

#imgl0 {
height: 20vw;
width: 20vw;
}

#imgl0:hover {
height: 23vw;
width: 23vw;
}

#container1 {
justify-content: center;
display: flex;
gap: 3vh;
}