/*
© Pacifique Bisimwa Mugisho
pacifiquemugisho@gmail.com 
R2208D14995778
UNICAF University 
Project Module (UU-MWD-780-ZM-72176) 
==================================== 
Stylesheet for the privacy policy and terms of services.
-----------------------------------------------------------------------------------------------------------*/

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
  }
  
  header {
    background-color: #5fc561;
    color: rgb(44, 54, 253);
    text-align: center;
    padding: 15px 0;
  }
  
  main {
    padding: 20px;
  }
  
  footer {
    background-color: #f4f4f4;
    text-align: center;
    padding: 10px 0;
    position: relative;
    bottom: 0;
    width: 100%;
  }
  
  footer a {
    color: #0044cc;
    text-decoration: none;
  }
  
  footer a:hover {
    text-decoration: underline;
  }
  