body {
    background-color: rgb(149, 204, 255);
    font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

h1 {
    color: rgb(0, 0, 0);
}

a { 
    color: black;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: white;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}

/*this is the parent container*/
.container {
width: 1200px;
padding: 10px;
margin: 0 auto;
border: 1px solid black;
display: flex;
justify-content: center;
}

.item1 {
    background-color: rgb(185, 255, 236);
    width: 450px;
    padding: 10px;
    margin: 10px;
}
.item2 {
    background-color: darkgray;
    width: 450px;
    padding: 10px;
    margin: 10px;
}
