/* style.css */


a {
    text-decoration: none;
  }
  

  ul {
    list-style-type: none;
    padding: 0;
  }
  /* style.css */


body {
    color: black;
  }
  body { 
	  line-height: 1.2;
	    padding: 0 10px;
	    margin: 50px auto;
	    max-width: 650px;
      max-width:42em;margin:15 auto;
	}

	
  
  /* Change text color to blue when highlighted */
  body::selection {
    color: black;
    
  }
  a:visited { 
    text-decoration: none; 
    color: black; 
   }
   a:hover { text-decoration: none; color:blue; }
   container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }