@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Poppins&display=swap');


* {
    font-family: sans-serif ;
    
    }

body {
    margin: auto;
    text-align: center;
    background-color: #a7afbb;

}


h1 {
    
    color: #3f4349;
   
    letter-spacing: 5px ;
    font-variant: small-caps;
    font-family: 'Pacifico', cursive;
    text-align: center;
    text-decoration: overline;
}


    h2 {
        color: #2f353e;
       font-variant: small-caps;
       font-family: 'Poppins', sans-serif;

    }
    
    mark {
        color:#26232a; background-color:rgb(114, 127, 146);
    }


main {
    width: 55%;
    margin: auto;
    line-height: 29px;
    margin: auto;
}

 footer {
   
        text-align: left;
        font-size: 19px;
        color: #52525e;
        width: 95%;
   
}

p {
    line-height: 17pt;
    color: #393939;
}

header { 
    width:50%;
    margin: auto;
    line-height: 40px;
    font-size: 15pt;
    color: #4e4b4b;
    
  
}

a {
    color: #25242f;
}
article {
    background-color: rgb(114, 127, 146);
    padding:10px;
    padding-left: 30px;
    border-radius: 20px;
    border: #141020 solid;
    border-width:2px;
    margin-top: 30px;
    line-height: 18pt;

}
li {
    text-align: left;
}