h1{
    text-align:center;
     
}
.name {
    color: rgb(126, 232, 119); 
     
    font-size: 0px;         
    text-align: center;
     padding-top: auto;      
 }

.container{
    display:flex;
    justify-content: center;
    margin:10px auto;
     padding: auto  ;
    height:300px;
    width:600px;
}

.cap{
    height:25px;
    width:60px;
    display:inline-block;
    background-color: black;
}

.pen{

 

     
    height:25px;
    width:115px;
    display:inline-block;
    border-left:10px double ;
}

.red_marker{
    display:block;
    height:25px;
    width:200px;
}

 
.light_red {
    background: linear-gradient(rgb(122, 74, 14), rgb(241, 0, 68), rgb(162, 27, 27));
    box-shadow: 0 0 500px 0 rgba(83, 14, 14, 0.8);
  }
  
  .black {
    background: linear-gradient(rgb(0, 0, 0), rgba(58, 14, 18, 0.571), rgb(0, 0, 0));
    box-shadow: 0 0 20px 0 rgba(86, 154, 169, 0.8);
  }
  