html {
    scroll-behavior: smooth;
}

body{
    font-family: Arial;
    text-align: center;
    font-size: 20px;
    margin: 0;
    padding: 0;


}


header {  
    background-color: rgb(241, 241, 241);
    color: rgb(255, 0, 51);
    padding: 0cm;
}
nav {
    background-color: white;
    padding: 10px;
    position: sticky;
    top: 0;
   }
 nav a {
    color: rgb(94, 94, 94);  
    text-decoration: none;
    margin: 0 15px;
    font-weight: bold;
}
nav a:hover {
    text-decoration: text-underline;
}
section {
    padding: 40px 20px;
    border-bottom: 1px solid #ccc;
}
footer {
    font-size: 0.75rem
}



















