*{
    font-family: Arial, Helvetica, sans-serif;
}
body{
    background-color: #F3F2EF;
}
.header-input::placeholder{
    background-image: url("../assets/icons/search-icon.png");
    background-size: 7%;
    background-repeat: no-repeat;
    font-size: 14px;
    padding: 0 20px 0 20px;
}
.input-search{
    height: 36px;
    max-width: 500px;
    background-color: #eef3f8;
    border: 0;
}
.menutext {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: gray;
    margin-top: 5px;
    font-weight: lighter;
}
.view{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #5f5f5f;
}
.content-input{
    border-radius: 40px;
    height: 45px;
    border: 1px solid #ccc;
    padding-left: 15px;
}
.content-input::placeholder{
    font-weight: bolder;
    font-size: 14px;
}
.content-input::active{
    outline: none;
    border: 1px solid red;
}
.mediatext{
    font-size: 15px;
    font-weight: bold;
    color: #5f5f5f;
}
.mediatext:hover{
    background-color:azure;
    transition: 0.5s;
}
button.ref{
    color: white;
}
button.ref:hover{
    color: #5f5f5f;
}
  