/*
selector {
  property: value; 
  }
*/
@import url('https://fonts.googleapis.com/css2?family=Boldonse&family=Gravitas+One&display=swap');
html {
    text-align:center;
    background-color: rgb(209 229 255);
    border-style:solid;
    border-width:20px;
    border-color: rgb(124, 150, 191);
}
h1{color: rgb(139 162 134);}
h2{color: rgb(103 127 98);}
a{color:rgb(97 121 152);}
p{color:rgb(91 116 118);
    text-align:justify;
}

h1{font-family: "Gravitas One", system-ui;
font-style:bold;
font-weight:800;
    background-color:rgb(241, 237, 255);
} 


p{font-family: "Boldonse", system-ui;
  font-weight: 400;
  font-style: normal;}
h2{background-color: white;}
h3{background-color: white;}


h4{font-family: "Arial", serif;
  font-weight: 200;
  font-style: normal;
color: rgb(89, 110, 94);
}

h5{color:rgb(124, 150, 191);
    font-family:"Arial";
}
    
img{text-align:center;
    border-style:solid;
    border-width:10px;
    border-color: rgb(124, 150, 191);

}