body{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    align-content: center;
    margin: 0; 
    padding: 0;

}
.box{
    position: relative;
      width: 100%;
    background: #3b3640;
      border-radius: 10px;
      border: 4px solid #ffd52d;


}

.input {
    background: none;
    font-size: 26px;
    color: #ffd52d;
    text-align: center;
    border: none;
    width: 100%;
  
}


.searchTitle {
    width: 100%;
    background: #3b3640;
    border-radius: 10px;
    color: white;
}

/* The magnifying glass */
.box i{
    position: relative;
    float: left;
    bottom: 35px;
    margin-bottom: 20px;
    margin-left: 15px;
    font-size: 26px;
    color: #ffd52d;
}
