.header{
  
    background-color: #4d585a;
    width: 100%;
    height: 90px;
    
}

.picture{
    width:90px;
    height:90px;
}

.headerText {

    background-color: #4d585a;
    color: #ffc500 ;
    
   
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.button-class{
    color: black;
    background-color: #ffc500;
    border:none;
    border-radius: 5px;
    opacity: 0.8;
    transition: 0.2s;
    cursor: pointer;
    font-size: x-large;
    width: 100px;

}
  
.button-class:hover {opacity: 1.5}

.form-floating{  
    width: 250px;
    display: block;
    margin-right: auto;
    margin-left: auto;

}

