body {
  background-color: white;
}
  
  h3{
  text-align: center;
  }
  
  .MyHusband{display: block;
  margin-left: auto;
  margin-right: auto; 
 }
    
  h1{
    text-align: center; 
    color: #144661;
    }
      
  .Logo{
   position:absolute;
   left:20px;
   top:10px;
   width: 200px;
   border-radius: 50%;
    }
        
  .Banner{
    background-color: #F9CC0A;
    height: 250px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    }
    
  .LittleKaomoji{
    text-align: center; 
    color: white;
    }
      
  .Placeholder{
    position:absolute;
    top:10px;
    right:20px;
    width: 200px;
    border-radius: 50%;
    }
        
    