.banner {
    border: 5px solid orange;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    height: 300px;
    width: 1000px;
    
    padding: auto;
    display: block;
	
	
  
  
  
  }


  h1 {
   
    text-align: center;
    font-size: 3.2em;









    color: #f8ce20;
    font-style: Arial;

    font-weight: 80%;
    font-weight: bold;
    font-style: italic;
    border-bottom: 10px inset orange;
    margin-bottom: 0px;
  
     
  }

  p{
    color: #f8ce20;
    margin: 15px;
    padding: 20px;
    font-size: 2.2em;
    }
.home {
  
  border: 2.5px inset orange;
  border-radius: 5%;
  height: 50px;
  width: 240px;
  position: absolute;
  left: 0px;
  top: 325px;
  
  
  

  }
  
.about {
  
  border: 2.5px inset orange;
  border-radius: 5%;
  height: 50px;
  width:   240px;
  position: absolute;
  left: 260px;
  top: 325px;
  
  
  
  }


.skills  {
  
  border: 2.5px inset orange;
  border-radius: 5%;
  width: 240px;
  height: 50px;
  position:absolute;
  left: 520px;
  top: 325px;

}

.contact  {

   border: 2.5px inset orange;
   border-radius: 5%;
   width:  240px;
   height: 50px;
   position:absolute;
   left: 780px;
   top: 325px;
   
  
   
   
   
  
}
 
  
  



.body  {
    background-color: #E01B01;
    border: 10px solid orange;
    border-radius: 5%;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    left: 0px;
    top: 395px;
    width: 1000px;
    height: 900px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
}
  
  


body {
  background-color: black;
  

}



.footer {
    border: 10px solid orange;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    position: absolute;
    top: 1330px;
    left: 0px;
    width: 1000px;
    height: 100px;
  
  
  
  }


  .container {
    border: 10px outset orange;
    border-radius: 5%;
    position: absolute;
     top: 660px;
    width: 660px;
    height: 580px;
    margin-left: 175px;
    margin-right: 200px;
    
  
  }


  .form-control {
  
    border: 5px inset orange;
    border-radius: 5%;
    color: #f8ce20;
    background-color: #4C4E52;
    width: 410px;
    margin-left: 125px;
    margin-right: 125px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: auto;
  
    
  }
  .form-row{ 
    margin-top: 40px;
    border-radius: 5%;
  }
  
 
  .btn {
    
    color: #f8ce20;
    height: 80px;
    width: 150px;
    border: 5px outset orange;
    border-radius: 5%;
    margin-right: 260px;
    margin-left: 260px;
    margin-top:20px;
    background-color: transparent;

	  
  
  
