h1 {
    text-align:center;
    font-size:40px;color:#F0A8B3;
    font-family: "new-order", sans-serif;
font-weight: 700;
font-style: normal;
border : 5px solid #F0A8B3;
}

h2{
    padding:15px;
    text-align:center;
    font-size:25px;color:#A6A8A7;
    font-family: "new-order", sans-serif;
font-weight: 700;
font-style: normal;
}

h3{
    padding:15px;
    text-align:center;
    font-size:20px;color:#A6A8A7;
    font-family: "new-order", sans-serif;
font-weight: 700;
font-style: normal;
}

hr {
    color:#;
}

ol {
    text-align:center;
    background-color:#ECF8EE;
    font-family: "new-order", sans-serif;
font-weight: 400;
font-style: normal;
border : 5px solid #A6A8A7;
}

P{
    text-align:center;
    background-color:#ECF8EE;
    font-family: "new-order", sans-serif;
font-weight: 400;
font-style: normal;
}

img{
    display :block;
    max-width:80%;
    margin:auto;
}

table{
    
    display :block;
    max-width:50%;
    margin:auto;
}

a:hover{
    background-color:#A6A8A7;
}

nav{
    font-size:15px;color:black;
    background-color:#ECF8EE;
    text-align:center;
    font-family: "new-order", sans-serif;
    font-weight: 800;
    padding:20px;
    border-radius :20px;
}

body{
    
    display :block;
    max-width:80%;
    margin:auto;
    background-color:#FCFCFC;
    font-family: "new-order", sans-serif;
font-weight: 400;
font-style: normal;
}