@import url(https://fonts.google.com/selection/embed);

body {
background-color: rgb(0, 191, 255);
font-size: 16px;
}

h1 {
color: darkred;

}

h2 {
color: rgb(45, 0, 206);

}

h1, h2, p {
line-height: 2;

}

p {
font-family: 'Hepta Slab', serif;
}

a {
color: black;
font-weight: bold;
text-decoration: none;
}

.container {   
background-color: rgb(0, 151, 189);                       
width: 1200px;
padding: 30px;
margin: 10px auto; 
display: flex;
justify-content: center;
}

.item1 {
background-color: lightyellow;
padding: 30px;
margin: 10px;
width: 450px ;
    font-family: "Bangers", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: large;
}

.item2 {
background-color: rgb(2, 216, 66);
padding: 30px;
margin: 10px;
width: 450px ;
font-family: "Honk", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "MORF" 15,
    "SHLN" 50;
font-size: larger;    
}



