html{
  font-family: sans-serif;
  background-color:black;
  text-indent: 10px;
  color:white;
  }
header{
  border: 2px solid white;
  }
h1{
  color:white;
   align-items:center;
  display:flex;
  }
img{
  width:100px;
  height: auto;
   
  }
a{
  text-align: center;
  
  text-decoration: none;
  color: white;
  font-weight: 900;
  font-size: 20px
    
  }div{


  align-self: center;

     
  align-items: center;
  justify-content: center;

  background-color: black;
  margin: auto;
  width: 50%;

  padding: 10px;
 
  
  }
h2{
  color:white;
 
  margin:0px;
 
  font-size: 30px;
  
  }
body{
    border: 2px solid white;
  
  }
#link{
  margin-right:30px;

  }
h3{
  color:white;

  margin:0px;
  margin-top:20px;
  font-size: 20px;
  
  }
p{
  color:white;
  }
section{
  border: 2px solid white;
  
  height:auto;
  margin: 0px;
 
  }
h4{
  color:white;
  
  font-size: 25px;
  }